-
Which element is known as HTML plaintext element?
-
- <spacer>
- <noembed>
- <plaintext>
- >shadow<
- None of these
Correct Option: C
<plaintext> element renders everything following start tag as raw text, without interpreting any HTML. There is no need for closing tag since everything written after this tag is considered as raw text.