Course Content
HTML Basics
In this lesson, you will learn how to make your first HTML webpage using a few lines of code.
0/1
Headings & Paragraphs
In this lesson, you will learn how to add headings and paragraphs to your HTML webpages.
0/1
Style: Color, Font, & Size
In this lesson you will learn how to change the color, font family, and size of text.
0/1
Text Formatting
In this lesson, you will learn how to format text.
0/1
Comments
In this lesson, you will learn how to add comments in your code.
0/1
Background Colors
In this lesson, you will learn how to add a color to the background of your HTML webpage.
0/1
Hyperlinks
In this lesson, you will learn how to add hyperlinks to your HTML webpages.
0/1
Images
In this lesson, you will learn how to add images to your HTML webpages.
0/1
Styling Webpages
In this lesson, you will learn how to use stylesheets.
0/1
Course Project
The project is good for you to test your knowledge.
0/1
In this lesson, you will learn how to add hyperlinks to your HTML webpages.

Hyperlinks are useful when you want to move the user to another document or website. Use the following syntax for hyperlinks:

Between the “” you can add the location to the document or website you want and between the > … </a>, you can add the text, which you want the user to click on before taking them to another website or document.

wpChatIcon
wpChatIcon