My H1 is my title

Hello, Class! My name is Chris. This is block is surrounded by paragraph tags. Paragraphs are a block level element.

However, some tags are inline, meaning that they don't create a new block of text, but they state that there is a meaning change. For example, this text is emphasized by making it bold. Sometimes we may choose to emphasize other text by italicizing it or underlining it.

My Lists. This is an H2 header; it is a subheading underneath H1

Unordered Lists(h3 heading)

We can also make lists. Here is an example of a bulleted (unordered) grocery list:

Ordered Lists (h3 heading)

Or sometimes I want to make a list, but it is numbered (ordered list) instead.For example, the first three things I need to do today, in order are:
  1. Brush teeth
  2. Eat breakfast
  3. Take child to preschool

Links (h2 heading)

I can also link to different things. For example, I can go to Google.com by going to www.google.com. This is an absolute link because it has the entire URL listed there. If I were to link to something locally on my server relative to this file, it would be a relative link. But we'll link to that type of page next time.