First page
Back
Continue
Last page
Image
Make A Basic Web Page File
<! DOCTYPE html>
<html>
<head>
<title>
Your Name Web Page
</title>
</head>
<body>
My Name is Your Name
</body>
</html>
Save this file on your flash drive as: firstPage.html