x
 
<html>
<head>
<title>HTML tutorial</title>
</head> 
<body>
<p>Paragraphs are very important for HTML</p>
<div>
<p>They can be nested under a &lt;div&gt; element but cannot themselves contain other block level elements</p>
</div>
</body>
</html>