HTML Tutorial

Beginner HTML Tutorial – Learn how to create HTML web pages.
Learn the basics of HTML language: paragraph, headings, attributes, tables, lists, forms, colors.
The HTML document starts with <html> and ends with </html>.
The visible part of the HTML document is between <body> and </body>.

The main sections of HTML tutorial are: