Multiple choice

Which of the following is used to define the elements, HTML, head, title & body?

  1. Structure Module

  2. Presentation Module

  3. Basic Module

  4. None of these

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

In XHTML modularization, the Structure Module defines the core document framework including html, head, title, and body elements. This modular approach allows browsers to parse and validate documents more efficiently by separating structure from presentation and other concerns.