Forum Moderators: open

Message Too Old, No Replies

<h1> tag

block or inline?

         

fashezee

7:43 pm on May 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is H1 a block or inline element?

Also, can an inline element include another inline element?

g1smd

8:59 pm on May 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



<hx> is a block level element.

Inline elements can be inline with as many other elements as you want, that's why they are called inline.

Nick_W

9:04 pm on May 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



And you can change the display level of any element like this:

element {display: block;}

or inline..

Nick