Home » HTML » Html miscellaneous » Question
  1. Which element is used to show inserted element?
    1. <em>
    2. <strong>
    3. <del>
    4. <ins>
    5. None of these
Correct Option: C

<del> element shows text that has been deleted from, usually it has a line through the content. <strong> element shows the importance of text/paragraph between it’s tags. <em> element indicates emphasis, browser will show the contents of <em> element in italic. <ins> element shows the content that has been inserted, usually it has underline.



Your comments will be displayed only after manual approval.