-
Which element denotes that the text is a short fragment of computer code?
-
- <dfn>
- <cite>
- <data>
- <code>
- 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.