Home » HTML » Html miscellaneous » Question
  1. Which element is not a obsolete?
    1. <caption>
    2. <center>
    3. <command>
    4. <dir>
    5. None of these
Correct Option: A

Obsolete elements are old HTML elements which are deprecated and should not be used. They should never be used in new projects, and should replace them in old projects as soon as we can. <acronym>, <basefont>, <applet>, <big>, <bgsound>, <command>, <content>, <dir>, <center> are some of the obsolete elements.



Your comments will be displayed only after manual approval.