Lesson #1
This lesson will help you get started with all the tools you need to begin writing your very first HTML documents!
Lesson #2
Learn about the very basics of HTML including head, body, title tags, and what elements and attributes are.
Lesson #3
Learn how to work with content tags in HTML like paragraphs, line breaks, emphasis, and strong tags.
Lesson #4
Adding heading tags to your pages is a great way to help describe what your page is about and add hierarchy.
Lesson #5
Learn how to create all kinds of lists in HTML including unordered lists, ordered lists and definition lists!
Lesson #6
Learn how pages on the web are connected to one another with absolute links, relative link, and ID links.
Lesson #7
Make your page pretty by adding images and SVG graphics to them and learn the difference between the two.
Lesson #8
Learn how to create and manipulate tables, including table headers and rows, to properly display tabular data.
Lesson #9
Learn how to collect data from your users by creating a form and using many different kinds of inputs.
Lesson #10
Tags are suppose to give meaning to content, but that's not always the case, like with div and span tags!
Lesson #11
HTML 5 introduced to us many new semantic tags, and we'll go over the main ones and where to use them.
Lesson #12
Build rich experiences on the web by incorporating multimedia on your page like Audio, Video and Canvas.
Lesson #13
Learn about miscellaneous and rarely used tags such as time, mark, abbreviations, quotes, pre, and code!
Lesson #14
This lesson is the conclusion and wrap up of this class on HTML! Congratulations on completing the class!