Multiple choice xhtml

In writing XHTML ?

  1. The opening and closing tags should start and end with XHTML

  2. The end tags of the img tag should be left open

  3. Uppercase letters should not be used between the opening and closing tags

  4. The Doctype Declaration should have a closing tag simular to the img tag or the meta tag

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In XHTML, all element and attribute names must be in lowercase. While the content between tags can contain uppercase letters, the tags themselves must be lowercase. Additionally, all tags must be closed (e.g., ), and the document must be well-formed.