Home » HTML » Html miscellaneous » Question
  1. Which of the following element is known as Teletype Text element?
    1. <wbr>
    2. <time>
    3. <sup>
    4. <tt>
    5. None of these
Correct Option: D

<time> element specifies time. <tt> element is known as HTML Teletype Text element. It creates inline text which is presented using agent’s default monospace font face. This element is obsolete. It was created for the purpose of rendering text as it would be displayed on a fixed-width display like text-only screen, teletype or line printer. <sup> element for superscript. <wbr> element describes a word break opportunity.



Your comments will be displayed only after manual approval.