-
Which is not a box-level element?
-
- <b>
- <p>
- <ul>
- <li>
- None of these
Correct Option: A
CSS treats each HTML element as if it is in its own box. This box will either be block-level Box or inline box. Block-level elements start on a new line e.g. <p>, <ul>, <li> and <h1>. Inline elements follow in between surrounding text like <img>, <i>, <b>.