Home » HTML » HTML Basic » Question
  1. Which of the following is not a correct (X)HTML rule?
    1. Unknown attributes are not ignored by the browser
    2. Attribute minimization is forbidden
    3. Tags should not nest tag
    4. Attributes should be quoted
    5. None of these
Correct Option: A

Rules of XHTML are as- 1) XHTML elements must be properly nested
2) XHTML elements must always be closed
3) XHTML elements must be in lowercase
4) XHTML documents must have one root element
5) Attribute names must be in lower case
6) Attribute values must be quoted
7) Attribute minimization is forbidden



Your comments will be displayed only after manual approval.