Web Design Resources, CSS Tricks, Articles, Tutorials and more

Coding Clean and Semantic Templates

In: CSS| Web Design

24 Jan 2010

If you are the guy who uses

tag for everything, this post is for you. It focuses on how you can write clean HTML code by using semantic markups and minimize the use of
tag. Have you ever edited someone’s templates, don’t those messy tags drive you crazy? Not only writing clean templates can benefit yourself, but your team as well. It will save you time when you have to debug and edit (particularly the large projects).

1. Remove The Unnecessary

Tags

I’ve seen a lot of people wrap a

tag around the
or