Multiple choice xhtml

What is the most common XHTML DTD?

  1. Loose

  2. Normal

  3. Transitional

  4. Frameset

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

The Transitional DTD is the most commonly used because it supports deprecated HTML elements and attributes while still enforcing XHTML's stricter syntax rules. This provides a migration path from HTML to XHTML without requiring immediate cleanup of legacy markup.