HTML Introduction

HTML stands for Hyper Text Markup Language. HTML elements tell the browser how to display the content.

Our HTML tutorial is developed for beginners and professionals.

HTML is used to create web pages and web applications.

Technically, HTML is a Markup language rather than a programming language.

HTML elements label pieces of content such as “this is a heading”, “this is a paragraph”, “this is a link”, etc.

HTML describes the structure of a Web page.

HTML was created by Tim Berners-Lee in 1991.

The first-ever version of HTML was HTML 1.0, but the first standard version was HTML 2.0, published in 1999.

This tutorial follows the latest HTML5 standard.