Top

Text within tag is displayed as ________

Share:
Q. Text within <EM> … </EM> tag is displayed as ________
  1. bold
  2. italic 
  3. list
  4. indented
Answer: Italic
  • The <em> tag is a phrase tag.
  • The HTML <em> tag marks text that has stress emphasis which traditionally means that the text is displayed in italics by the browser. This tag is also commonly referred to as the <em> element.
The <em> tag is used to add emphasis to a word or a phrase. The emphasized text is rendered in italics in most browsers.
  • The <em> tag comes in pairs. The content must be written between opening ( <em> ) and closing (</em> ) tags.

No comments