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 <div> element but cannot themselves contain other block level elements</p>
</div>
</body>
</html>
Comments
No comments have been made yet.
Please login to leave a comment. Login now