A web page with a heading and two paragraphs
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<h1>The Title Of A Page</h1> <!-- Show the page title -->
<p><strong>Window Titles</strong> should have some relation
to the outside world, Level 1 Headings should introduce the
major sections of a work.</p>
<p>How <em>paragraph elements</em> are used to separate text. It
also points out the use of the <strong></strong> tags in
the first paragraph.</p>
</body>
</html>
Related examples in the same category