, Microsoft IE doctype. . :
- Q - Quirksmode. . IE. CSS
width height padding border. - A - . , CSS2. , .
- S - . w3 HTML/CSS. , , , - .
HTML, IE. "". <!DOCTYPE html> . doctype .
<!DOCTYPE html>
<html lang="en">
<head>
<title>Remove DOCTYPE to trigger quirksmode</title>
<style>
#box {
background: yellow;
width: 100px;
padding: 20px;
border: 20px solid black;
margin: 20px;
}
</style>
</head>
<body>
<div id="box">box</div>
</body>
</html>
IE , - "pixelperfect".