Web Design Blog
How you can better organize your HTML with comments
March 12th, 2008 by Dustin BrewerThere are a lot of different ways to organize your HTML to ensure that others, and yourself, are able to easily navigate their ways around your code. One of the best methods for helping to order your code for others is using comment tags to show where certain tags end. The best tag to use this for are divs, at the end of each div assigning a <!-- divName --!> to show that it is ending here can help others to understand what is going on and where it is ending within code. This becomes even more helpful when you are dealing with dynamic sites (as most of us strictly deal with), especially those in content management systems.
Read more »
-
Contact Information
Contact, interact or keep in touch through any or all of the methods listed below.