The correct answer is (d) <b>
To elaborate: 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>.