Lesson 1: Basic HTML Tags
(HTML Primer: Build Your First HTML file)

HTML Editing Summary
To avoid confusion during the HTML editing process, it is very important to remember all the steps discussed. Missing any step can lead to unexpected or undesirable results. Below is a review of the HTML editing process:

1. Open your HTML file in a text editor.
2. Edit your file.
3. Save your changes.
4. Load your file in your browser for viewing.
5. Make any additional changes to your HTML file.
6. Save your changes.
7. Hit Reload/Refresh in your browser to see the changes.
8. Repeat steps 5-7 as needed.