<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>
<head>
<title>Default Styles</title>
</head>
<body>
<h1>Default Styles</h1>
<p>
Browsers apply default styles to some elements.
</p>
<p>
Examples include:
</p>
<ul>
<li>Margin or padding is applied to the <body> element.</li>
<li>Margin is applied to heading elements <h1> through <h6></li>
<li>Margin is applied to <p> elements.</li>
<li>Margin or padding is applied to the <ul> element.</li>
</ul>
</body>
</html>