Home » HTML » HTML Tables » Question
  1. Which element allows insertion of empty spaces on pages?
    1. <plaintext>
    2. <shadow>
    3. <strike>
    4. <spacer>
    5. 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.



Your comments will be displayed only after manual approval.