-
Which element allows insertion of empty spaces on pages?
-
- <plaintext>
- <shadow>
- <strike>
- <spacer>
- None of these
Correct Option: D
<spacer> is an obsolete HTML element. It allows insertion of empty spaces on pages. It was devised by Netscape to accomplish same effect as single-pixel layout image. <spacer> no longer supported by any major browser and same effects can be achieved by using CSS.