
Intro To HTML
What is HTML? HTML is one of the three main languages used in creating web…

HTML Basic Structure
Overview In this lesson you will learn about the doctype declaration as well as three…

Start Writing HTML
Overview Are you ready to start writing html? This lesson will walk you through the…

HTML Headings
Overview In this lesson you will learn about the six tags available in HTML that…

HTML Paragraphs
Overview In this lesson you will learn about creating paragraph text in HTML using p…

HTML Lists
Overview In this lesson you will learn how to create ordered lists (numbered), unordered lists…

HTML Links
Overview Links are what we use to move around the web. In this lesson you…

HTML Images
Overview Images are essential to any good website. In this lesson we will learn how…

HTML Tables
Overview A table is a way to organize information into rows and columns. Think “Google…

HTML Forms
Overview It is very common for a web page to take in user information. For…

HTML Semantic Elements
Overview Though many elements are designed to add structure to a web page, others are…

HTML Comments
Overview Developers often leave comments in their code. Comments are used to provide information to…

HTML Audio
Overview You may want to add sound effects to your site or allow users to…

HTML Video
Overview You can add video elements to a web page using the HTML5 <video> tags.…