-
Which element indicates about something which is no longer accurate?
-
- <del>
- <s>
- <address>
- <ins>
- None of these
Correct Option: B
<s> indicates about something that is no longer relevant or accurate. It should also not to be deleted. The content of this element is displayed a line through the center. In older versions of HTML it had <u> element for the content to be underlined, but now it is no longer in use. Information about author or owner is provided by <address>. A text which has been inserted into a document is defined by a <ins>. <del> describes a text that has been deleted from a document.