HTML is the standard markup language for Web pages.
With HTML you can create your own Website.
HTML is easy to learn - You will enjoy it!
HTML Course Structure
The course consists of 9 modules with more than 200 total examples. With our online
"Try it Yourself" editor, you can edit and test each example yourself!
The modules have nearly 100 practice exercises to check your understanding as you progress. You will need
to get all the questions right to move on to the next module.
Once you have completed all the modules, you can go on to the certification exam.
HTML Certification
The certification exam consists of 70 multiple choice or true/false questions. The exam
is time-limited to 70 minutes.
Candidates must have 75% correct answers to pass the exam and become certified.
Immediately after completing the exam, you will be informed of your score and of
your pass/fail status.
2.1 HTML Headings HTML headings are titles or
subtitles that you want to display on a webpage
2.2 HTML Paragraphs A paragraph always starts
on a new line, and is usually a block of text
2.3 HTML Styles The HTML style attribute is used
to add styles to an element, such as color, font, size, and more
2.4 HTML Formatting HTML contains several
elements for defining text with a special meaning
2.5 HTML Quotations In this chapter we will go
through the blockquote, q, abbr, address,
cite, and bdo HTML
elements
2.6 HTML Comments HTML comments are not
displayed in the browser, but they can help document your HTML source code.
2.7 HTML Colors HTML colors are specified with
predefined color names, or with RGB, HEX, HSL, RGBA, or HSLA values
2.7.1 RGB Colors An RGB
color value represents RED, GREEN, and BLUE light sources
2.7.2 HEX Colors A
hexadecimal color is specified with: #RRGGBB, where the RR (red), GG
(green) and BB (blue) hexadecimal integers specify the components of the
color
2.7.3 HSL Colors In HTML,
a color can be specified using hue, saturation, and lightness (HSL)
2.8 HTML CSS Cascading Style Sheets (CSS) is used
to format the layout of a webpage