HTML
From Wikipedia, the free encyclopedia
(Redirected from Hypertext Markup Language)
For the use of HTML on Wikipedia, see Help:HTML in wikitext.
| Wikibooks has a book on the topic of |
| Filename extension | .html, .htm |
|---|---|
| Internet media type | text/html |
| Type code | TEXT |
| Uniform Type Identifier | public.html |
| Developed by | World Wide Web Consortium & WHATWG |
| Type of format | Markup language |
| Extended from | SGML |
| Extended to | XHTML |
| Standard(s) | W3C HTML 4.01 W3C HTML 3.2 |
HTML, an initialism of HyperText Markup Language, is the predominant markup language for Web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as links, headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of tags, surrounded by angle brackets. HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code (such as JavaScript) which can affect the behavior of Web browsers and other HTML processors.
Files and URLs containing HTML often have a .html or .htm filename extension.