Course
summary


    0 chapters available

Loading...

Create your website with HTML and CSS

Difficulty: Beginner ● Progress: 0 / 0 modules completed

Comments

The first thing we're going to cover in HTML (aside from <html>, <head> and <body> that we've already seen together) is writing a comment.

A comment is a piece of text that will not be displayed on your web page, but is used to leave notes in the code!

This is very important for finding your way around, for example:

You need a free account to read this module