Home » HTML » Html miscellaneous » Question
  1. Which element is used for abbreviation or acronym?
    1. <abbr>
    2. <blockquote>
    3. <em>
    4. <q>
    5. None of these
Correct Option: A

<em> element indicates emphasis, browser will show the contents of <em> element in italic. We used <q> element for shorter quote. Browser put quote around <q> element. A section which is quoted from another source is specified by <blockquote>. For using, abbreviation or acronym <abbr> element is helpful. A title element is to be used with abbr.



Your comments will be displayed only after manual approval.