Home

HTML Basics

HTML elements are typically comprised of two tags. Tags are like containers for content. They surround the elements 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.

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

Let's learn some new element types!.