Welcome! This is an h1 tag.

This is an h2 tag.

This is an h3 tag. You can keep going smaller and smaller by increasing the number in your <h#> tag. The maximum you can go is 6.

This is h4.

This is h5!
this is h6...
I've tried using h7, but it doesn't work!

Header 7 is the same as p.

This is a really long paragraph. You can also put tags inside of tags, like an <a> (anchor) tag. The purpose of it is to link to some outside website, like this one! Most of the time, you will use <p> tags for your main text. You can even add breaks by using the <br /> tag, like so. This sentence
is broken.

This sentence has been separated twice by the text above it with two <br /> tags.

I've finally started a new <p> section. There are also things like bolding with the <b> tag or underlining with the <u> tag. I can even italicize with the <i> tag!

I can attach images to my website with the <img> tag, like below!

I can make tables.

by default, table headers are bolded and centered, while table cells are left aligned.

This Is A Header.
i can put lots
of content in my
table a b c

I can make lists.

  1. Here
  2. Is
  3. An
  4. Example
  5. Of
  6. An
  7. Ordered
  8. List

As you can see, there are a lot of things you can do with html! Feel free to learn more elements on your own!