<!doctype html>
<html>
<head>
<title>HTML Test</title>
</head>
<body>
<h1>HTML Test</h1>
<p>This website was created to test HTML code</p>
<h2>HTML Information</h2>
<p>We will be updating this resource throughout the day. Here are some activities to come:</p>
<p>1. Learning basic HTML codes.</p>
<p>2. Creating an about me website.</p>
<p>3. Integrating CSS code. </p>
<p>Let's start learning! <br/>
</body>
</html>
6. Save the file as YourNameHTMLTest and add .html as the extension.
7. Next, reopen the file to make sure you can view the code to edit.
8. Working on an online editor? Simply copy and paste your code into a word processing document or Google Doc and save it. Copy and paste the text back into the online editor to resume working. Keep updating the file to save your work.
7. Congratulations on successful completion of this activity!