View Single Post
  #10 (permalink)  
Old 05-06-2010, 11:41 AM
harrystone00 harrystone00 is offline
Junior Member
 
Join Date: Apr 2010
Posts: 19
Default

If we put the usage of div tags in simple words, it can be said that creation of a website that has no tables. It make use of style sheets or Cascading Style Sheets as they permit the website to be independent of the data entirely. Various things that can be included in these style sheets include layout, design, positioning, fonts, colors and backgrounds. As all these are included in the style sheets, the only information present on the pages include the div tags code and the information related to the website.

Some Special Features of Div tags
- They are basically block level tags
- These require to be closed in the very same sequence in which they were opened.
- These cannot be used with or inside the tag.
- These can be used inside and with any other tags easily.
- Name and id can be easily given.
At the end it can be said that div tags can help in the creation of web pages in the terms of both manipulation and styling.
Reply With Quote