HTML, or Hyper Text Markup Language, is the standard markup language used for creating web pages, defining their structure and elements like headings and paragraphs. A simple HTML document begins with a doctype declaration, followed by the <html>, <head>, and <body> elements, which contain meta information and visible content, respectively. HTML has evolved since its invention in 1991, with various versions and recommendations released by the W3C and WHATWG over the years.