10 lines
185 B
HTML
10 lines
185 B
HTML
<html>
|
|
<head>
|
|
<title> The page title! </title>
|
|
</head>
|
|
|
|
<body id="body">
|
|
<h1>The Page: </h1>
|
|
<p>This is the page body. (!?) </p>
|
|
</body>
|
|
</html>
|