Posted by ironcorona on 12/30/28 11:49
Jeremy Brown wrote:
> OK, I see the <div> tag referred to allot- What exactly does it do and what
> is its usage? Please forgive my tresspass...
It's not a stupid question. You just don't know.
Try this:
http://www.w3.org/TR/REC-html40/struct/global.html#edef-DIV
div is just a generic block element that can be used to separate
different structural sections of the page. It doesn't do anything
presentational to the page. It's quite possible [but inadvisable] to
create an entire web page with just <div> and <span> in the <body>.
--
Brian O'Connor (ironcorona)
Navigation:
[Reply to this message]
|