nerdexam
Microsoft

98-361 · Question #224

You are migrating several HTML pages to your website. Many of these pages contain HTML <center> and <font> tags. Which XHTML document type declaration should you use?

The correct answer is A. Option A. The <!DOCTYPE> declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in. XHTML 1.0 Transitional This DTD contains all HTML elements and attributes, INCLUDING presentational and deprecated elements (like font)…

Understanding Web Applications

Question

You are migrating several HTML pages to your website. Many of these pages contain HTML <center> and <font> tags. Which XHTML document type declaration should you use?

Exhibit

98-361 question #224 exhibit

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D

How the community answered

(56 responses)
  • A
    79% (44)
  • B
    5% (3)
  • C
    14% (8)
  • D
    2% (1)

Explanation

The <!DOCTYPE> declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in. XHTML 1.0 Transitional This DTD contains all HTML elements and attributes, INCLUDING presentational and deprecated elements (like font). Framesets are not allowed. The markup must also be written as well-formed <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

Topics

#XHTML#DOCTYPE#transitional#deprecated HTML tags

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice