HTML
HTML is the standard markup language for creating web pages and applications. It provides the structure of content, using elements and tags to mark headings, paragraphs, links, images, and other resources. It works with CSS for presentation and JavaScript for behavior.
HTML was created by Tim Berners-Lee in 1991 as a simple markup language for documents on the
Structure and syntax: content is marked up with elements such as html, head, body; elements use start
Standards, validators, and usage: HTML is defined by standards from W3C and WHATWG; browsers implement the HTML