Browser Modes with Doctype
This lesson will help us understand what the quirks and standards modes are. Let's begin!
We'll cover the following...
Older versions of several web browsers did not conform to the web standards for CSS. Authors created web pages that used several browser-specific quirks to render pages the way they intended. To render the websites created using these quirks, modern web browsers implement several rendering modes, including a quirks mode.
Quirks vs. standards mode
The layout engines in web browsers have three modes: quirks mode, ...