Home » HTML » Html miscellaneous » Question
  1. Which element denotes that the text is a short fragment of computer code?
    1. <dfn>
    2. <cite>
    3. <data>
    4. <code>
    5. None of these
Correct Option: D

Title of work is defined by <cite> tag. The <code> element displays its contents styles in a fashion intended to indicate that text is a short fragment of computer code. The content text is displayed using user agent’s default monospace font by default. <data> element links content with machine readable translation. Defining instance of a term in HTML is represented by <dfn> element.



Your comments will be displayed only after manual approval.