HTML
#01 <html> <head> <title>Demo Web Page</title> </head> <body> <h1>Hello</h1> <p>A web technology class</p> </body> </html>