TDDE18CppCourse/lab5/samples/example.html
2021-08-22 13:21:37 +02:00

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>