I just finished going through a fantastic CSS tutorial by Web Designer Wall. As someone who loves to use and abuse <div> tags I found these examples helpful and will incorporate them into my projects.
- Remove The Unnecessary <div> Tags
- Use Semantic Markups. (i. <h1> for headings, <p> for paragraph text, and <ul> for list items).
- Minimize The Use of <div> Tags to make debugging and editing easier
- Format (Indent) Your Code
- Comment The Closing </div> Tags