-
To show deleted text, which element is used?
-
- <strong>
- <em>
- <ins>
- <del>
- None of these
Correct Option: D
<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. <del> element shows text that has been deleted from, usually it has a line through the content.