-
Notifications
You must be signed in to change notification settings - Fork 14
/
doctype2.html
28 lines (28 loc) · 924 Bytes
/
doctype2.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><title>DOCTYPE 2</title><style type="text/css"><!--body {font-size: 200%;}--></style></head><body id="www-meyerweb-com" class="css"><p>This is a paragraph which is a child of the BODY. Its text should be twice the size of the user default.</p><table style="border: 2px outset gray;"><tr><td>This is a table which is a child of the BODY. The text in this table should be twice the size of the user default, but in many browsers is not, thanks to legacy behaviors and bugs. Those which are known to do "DOCTYPE switching" should show the text at the correct (doubled) size.</td></tr></table><p>This is a paragraph which is a child of the BODY. Its text should be twice the size of the user default.</p><p>[<a href="doctype1.html">check this page without a DOCTYPE</a>]</p></body></html>