In this lesson, you’ll learn:
- How to write HTML correctly
- How to add text and links
- How to structure your web page
- How to write comments
- How to solve problems with your code
Using HTML Correctly
When writing HTML, it’s important to pay attention to semantics, or the meaning of each HTML element. This means that it’s important to use HTML elements the way they were intended.
For instance, a link element (<a></a>) s...