Home » HTML » Html miscellaneous » Question
  1. Variable element is ________.
    1. <sup>
    2. <time>
    3. <wbr>
    4. <var>
    5. None of these
Correct Option: D

<sup> element for superscript. element describes a word break opportunity. <time> element specifies time. <var> is known as HTML Variable element. It represents name of a variable in mathematical expression or in a programming context. It is presented using italicized version of current typeface.



Your comments will be displayed only after manual approval.