info343/lectures/s5/resources/example2a.html

<html>

<head>
<title>My first web page</title>
</head>

<body>
<h1>Welcome to my first web page!</h1>
<p>This is a paragraph of text.  I am very proud of it.</p>
</body>

</html>