HTML Best Practices for Beginners

Swiss Army Knife

Whether you're a beginner or an expert in HTML, there are many things that everyone should remember. Whether it's something simple like using lists properly to something a bit more complicated like learning every HTML element or separating content from separation, these are all some important best practices to remember for your next project.

Basic CSS3 Techniques to Liven Up Your Design

code

If you still haven't tried out CSS3, you should know how easy it is to create excellent designs. Most of these techniques can be done without requiring extra bloat such as images or JavaScript.

What's great is these are mostly small details in the design, meaning that everything will still be usable in older browsers, including Internet Explorer.

Write For FWebDe!

pencil

Do you have a blog, and would like to get some extra exposure? Would you like to contribute your articles to the ones here, at FWebDe? You'll be happy to hear that I'm now accepting guest posts!

All of the great blogs about blogging recommend guest posting to get more exposure for your blog. By posting at FWebDe, you can teach or share your thoughts with the readers here. See my guest posting guidelines.

CSS Hanging Quotation Marks

quote

In just about every article on web typography, one thing that is mentioned is that if you use quotation marks around blockquotes, the correct way to display them is to have the opening punctuation "hanging" over the edge of the block.

How to Write Completely Unreadable Code

goto

I've written before on how to write readable code. It can be good to write readable code, but today, let's take that in another direction. Let's learn how to write completely unreadable code.

There are many different reasons to write unreadable code. Maybe you want to annoy others, or just have some fun. Whatever the reason, it's not very hard to write unreadable code. In fact, you might even do it without even knowing it.