

Intro to HTML
When we think of building websites, the first thing that comes to mind is HTML. It's not a coincidence that knowing HTML is important — it's a markup language used to display everything you see on the web. No matter what backend framework you use, you'll end up using HTML to display your content. So let's learn the basics!
This is a free course
1. Introduction
Let's talk about what we'll be covering in this course. I'll show you CodePen, a free tool for quickly creating and viewing HTML.
2. Tags
Let's talk about what we mean by "tags" when we're learning HTML. How do you open and close a tag? What goes inside a tag?
3. Paragraphs and Headings
When you're adding content to the web with HTML, it's likely you'll be using <p>
tags and heading tags.
Let's discuss how and when to use each of them.
4. Lists
You'll definitely want to create a list at some point. Let's discuss how to use the <ul>
, <ol>
and <li>
tags.
5. Spacing
How many spaces can you have between tags? Inside tags?
This course is still in development.
I'll be adding new stuff to this course soon. Check back to see new lessons as they are posted!