My guess is that <br> might be inline and that <hr> might be block. But I don't really have a clue...
|
|
|
|
|
|
|
|
||||||||||
|
|
|
The The |
||
|
|
|
|
BR is an inline element, and has been deprecated in XHTML 2 in favor of LINE. (All academic at this point, of course...) HR was a block element, but was deprecated in HTML 4.01 and is not part of the XHTML 1.0 Strict DTD. |
||||||||
|
|
|
According to the HTML 4.0 Strict DTD:
All the block-level elements are defined in the DTD thus:
The rest are inline by default. Of course, a BR does force a line-break so acts similar to a block level element, but that doesn't mean it is. |
|||
|
|
