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?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
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?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
It should be like this. ..
XHTML 1.0 Transitional includes FONTS while 1.0 strict doesn’t.
see @http://www.w3schools.com/tags/tag_doctype.asp
C
C ah
C – as name implies, Transitional is backwards compatible, strict is not