-
Which element is used to show inserted element?
-
- <em>
- <strong>
- <del>
- <ins>
- 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.