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 comments in your code.

Comments are really important when there are bunches of code and you want to write a comment between the bunches. You use comments to help you remember what the bunch of code does because as time passes, you might forget what your code does.

You can add a comment in your webpage code using the following syntax:

Save the file and view it in the web browser. You will not see the comment in the web browser, which is exactly what we want.

Note: Comments are written between the <!- – and – -> syntax.

wpChatIcon
wpChatIcon