Which XHTML document type declaration should you use?
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?
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?
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