1. What's the benefit of using HTML comments in your code? How might you apply comments to your code?

- I apply comments before parts of the HTML code that would help explain the logic. I add my name, date and the reasons for the changes.

2. How might you use headings to structure your Web documents?

- I would use headings to explain the associated text that follows it since headings always appear on their own line and have the different sizes available.

3. What is the value of learning to hand-code HTML, rather than to start out using an HTML editor?

- It reinforces excellent coding habits when you have to go back and fix your own mistakes like I do.