<!doctype html>
<html>
<head>
<title>Inheritance</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
<p>This is <span>third</span> paragraph.</p>
</body>
</html>