Lesson 2 Home

HTML Elements and Tags

HTML elements are typically comprised of two tags. Tags are like containers for content. These tags surround the content they describe. Opening tags start with a less-than symbol, the element name and then the greater-than symbol. Closing tags start with a less-than symbol, then a slash, then the element name and then the greater-than symbol.

Summary

Basic Elements

Yesterday, we learned about the html, head, title, body, and p tags. Let's review these individually.

Let's learn some new element types!