Home » HTML » HTML Tables » Question
  1. Which element is known as HTML plaintext element?
    1. <spacer>
    2. <noembed>
    3. <plaintext>
    4. >shadow<
    5. 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.



Your comments will be displayed only after manual approval.