Week 1 — 3 / 27

Build a Web Page

Create a file called yourname.html:

<html>
<head>
<title>Hello Class!</title>
</head>
<body>
<h1>Hello Class!</h1>
</body>
</html>

Double-click to open it with your browser.