CSS Differences
Cont…
•3.  XML prolog won’t force “quirks” mode in IE 7
<?xml version="1.0" encoding="iso-8859-1"?>
–Prolog appears on First line of an XHTML file followed by DOCTYPE
–IE 6 reverts to "quirks" mode if DOCTYPE is not found on the first line of the file
–IE 7 will not revert to “quirks” mode, instead rendering in “standards/strict” mode
•What are the differences between “quirks” and “strict” modes? …