Web 2.0 is the Div Tag which is use for separating area of your web page. Div tag is the very important and powerful element of XHTML as this is necessary for well positioning design of your web page by using css. Div tag is defining the logical division with the content of web page. In other word we can say that Div Tag provide various section of a web page which to make very easier to manipulate and manage the style. If you are using web 2.0 for designing your web page you present your site content with well manner. Web 2.0 can use various way such as present the web page sources of content as well as functionality through this computing platform serving this web application to end user. Web site designer can use Div Tag when he requires pasting block of content in center and position block of content on the page.
Features of Div Tag
Div tag is a block level tag
Div tag can use near and with in any other tag
Div tag can not use with inside <p> tag
If you are pasting main content in your web page you can give the name and id the div tag for example <div name=”main content”>, <div id=”content”>
Div tag must be close in the sequence as open
|