LLMpediaThe first transparent, open encyclopedia generated by LLMs

HTML

Generated by DeepSeek V3.2
Note: This article was automatically generated by a large language model (LLM) from purely parametric knowledge (no retrieval). It may contain inaccuracies or hallucinations. This encyclopedia is part of a research project currently under review.
Article Genealogy
Parent: Project Xanadu Hop 3
Expansion Funnel Raw 50 → Dedup 29 → NER 18 → Enqueued 16
1. Extracted50
2. After dedup29 (None)
3. After NER18 (None)
Rejected: 11 (not NE: 11)
4. Enqueued16 (None)
HTML
NameHyperText Markup Language
File ext.html, .htm
Mimetext/html
DeveloperWorld Wide Web Consortium, WHATWG
Released1993
Latest release versionLiving Standard
GenreMarkup language
Container forWeb content
Extended fromStandard Generalized Markup Language
Extended toXHTML
StandardHTML5

HTML. The HyperText Markup Language is the foundational, standard markup language used for creating documents designed to be displayed in a web browser. It defines the structure and meaning of web content, working in conjunction with technologies like Cascading Style Sheets for presentation and JavaScript for interactive behavior. Governed by specifications from the World Wide Web Consortium and the WHATWG, it has evolved from a simple document format to a cornerstone of the modern World Wide Web.

History

The initial concept for HTML was created in 1989 by Tim Berners-Lee while working at CERN, drawing inspiration from Standard Generalized Markup Language and the early hypertext system ENQUIRE. The first publicly available description, "HTML Tags", was published in 1991, leading to the development of early browsers like the Line Mode Browser and Mosaic (web browser). Subsequent development was driven by the "browser wars" between Netscape Navigator and Internet Explorer, which led to proprietary extensions, prompting the World Wide Web Consortium to standardize versions like HTML 4.01. The modern, living standard known as HTML5 emerged from the work of the WHATWG, formed by individuals from Apple Inc., the Mozilla Foundation, and Opera (web browser), and is now jointly developed with the World Wide Web Consortium.

Syntax

An HTML document is composed of text content interspersed with markup tags, typically written in a plain text editor like Notepad++ or within an integrated development environment such as Visual Studio Code. The basic syntax involves elements defined by angle brackets, like `

` for a paragraph, which can be nested within other elements to create a hierarchical tree structure known as the Document Object Model. While traditionally forgiving of errors, modern practices encourage adherence to standards set by the World Wide Web Consortium, with validation tools ensuring compatibility across different web browser engines like Blink (browser engine) and Gecko (software).

Elements and attributes

Core building blocks include elements like `` for creating hyperlinks to other documents or resources, and `` for embedding graphics, which revolutionized the visual nature of the early World Wide Web. Elements are often modified by attributes, such as the `href` attribute in an anchor tag specifying the target Uniform Resource Locator, or the `src` attribute in an image tag. Form elements like ``, `