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.