9 lines
156 B
HTML
9 lines
156 B
HTML
<html>
|
|
<body>
|
|
<h1>Main Title</h1>
|
|
<p>Introductory paragraph under the title.</p>
|
|
<h2>Section Title</h2>
|
|
<p>Content under section title.</p>
|
|
</body>
|
|
</html>
|