What is HTML?

HTML (HyperText Markup Language) is the standard language used to create and structure content on the web. It defines the structure of web pages by using elements like headings, paragraphs, links, and images. HTML is the foundation of most websites and allows web browsers to display content in a readable and organized way.

A Brief History of HTML

HTML was created by Tim Berners-Lee in 1991 while he was working at CERN. His goal was to create a way for researchers to easily share and link documents over the internet. The first version of HTML was very simple, containing just a few tags for basic formatting. Over time, HTML evolved with new versions and features, becoming the backbone of modern web development. Today, HTML5 is the latest version, providing enhanced multimedia support and better semantic structure for the web.

Sir Tim Berners-lee Creator of HTML
Sir Tim Berners-lee Creator of HTML

What HTML looks like

The default font of HTML uses Time News Romans
The HTML display without CSS looks like this, except that this website already uses the font "Roboto"
All text is on the left because it uses HTML only

Recommended websites to learn HTML

W3Schools
MDN web docs