HTML (Hypertext Markup Language) is used to create web pages and documents. It was developed by Tim Berners-Lee and allows for the creation of hyperlinks to connect documents. HTML documents contain tags which are enclosed in angle brackets that provide formatting and structure. Common tags include <head>, <title>, <body>, <h1>-<h6> for headings, <p> for paragraphs, and <a> for links. HTML allows embedding of images, tables, lists and other multimedia through the use of additional tags.