need help with certain tags

liunx

Guest
Could someone please describe what the <DIV> and </DIV> tags are used for.also could someone please post a list of lots of useful html tags and a description as to how to use them.<br />
thankyou in advance.<!--content-->I use the DIV tags a lot when I want to superimpose content or dynamically load content. <br />
<br />
As to a definition of all the tags, I always go back to the source...<br />
<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/1999/REC-html401-19991224/">http://www.w3.org/TR/1999/REC-html401-19991224/</a><!-- m --><!--content-->so div basically speeds up the loading of the page?<br />
thanks for the link.<!--content-->Originally posted by skool h8r <br />
so div basically speeds up the loading of the page?Not really — <div> tags, by themself, do nothing. It's when you combine them with CSS that they actually appear to be doing anything. They're commonly used to create CSS-based layouts. Without CSS, all a <div> is, is a block-level element.<!--content-->And a <div> tag stands for division, so it's a division, or section of your site. Click on the W3schools link in my signature and click on the link for HTML. They will show what all the tags are and what they are used for.<!--content-->Quick ref: <!-- m --><a class="postlink" href="http://www.xhtmlcoder.com/xhtml.htm">http://www.xhtmlcoder.com/xhtml.htm</a><!-- m --><br />
<br />
What a strange Signature using JavaScript to prevent stealing of data, that method is fundamentally floored but highly amusing<!--content-->i think it was only meant to be for fun.you can change the message,i mean,you don't have to be an expert.<!--content-->
 
Back
Top