Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.
Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.
Function[]
HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page. HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets. Tags such as <img />
and <input />
directly introduce content into the page. Other tags such as <p>
surround and provide information about document text and may include other tags as sub-elements. Browsers do not display the HTML tags, but use them to interpret the content of the page.
HTML can embed programs written in a scripting language such as JavaScript, which affects the behavior and content of web pages. Inclusion of CSS defines the look and layout of content. The World Wide Web Consortium (W3C), former maintainer of the HTML and current maintainer of the CSS standards, has encouraged the use of CSS over explicit presentational HTML as of 1997.[1]
History[]
In 1980, physicist Tim Berners-Lee, a contractor at CERN, proposed and prototyped ENQUIRE, a system for CERN researchers to use and share documents. In 1989, Berners-Lee wrote a memo proposing an Internet-based hypertext system.[2] Berners-Lee specified HTML and wrote the browser and server software in late 1990. That year, Berners-Lee and CERN data systems engineer Robert Cailliau collaborated on a joint request for funding, but the project was not formally adopted by CERN. In his personal notes[3] from 1990 he listed[4] "some of the many areas in which hypertext is used" and put an encyclopedia first. Berners-Lee prototyped the world's first web pages on a NeXT computer system.[5]
The first publicly available description of HTML was a document called "HTML Tags", first mentioned on the Internet by Tim Berners-Lee in late 1991.[6][7] It describes 18 elements comprising the initial, relatively simple design of HTML. Except for the hyperlink tag, these were strongly influenced by SGMLguid, an in-house Standard Generalized Markup Language (SGML)-based documentation format at CERN. Eleven of these elements still exist in HTML 4.[8]
HTML editors from Macromedia[]
- Macromedia Backstage (acquired with iBand in March 1996)
- Macromedia Dreamweaver (derived from Backstage and released in December 1997)
- Macromedia HomeSite (acquired with Allaire Corporation in March 2001)
References[]
- ↑ HTML 4.0 Specification — W3C Recommendation — Conformance: requirements and recommendations. World Wide Web Consortium (December 18, 1997). Retrieved on July 6, 2015.
- ↑ Tim Berners-Lee, "Information Management: A Proposal." CERN (March 1989, May 1990). W3.org
- ↑ Tim Berners-Lee, "Design Issues"
- ↑ Tim Berners-Lee, "Uses"
- ↑ The birth of the Web | CERN.
- ↑ Berners-Lee, Tim (October 29, 1991). First mention of HTML Tags on the www-talk mailing list. World Wide Web Consortium. Retrieved on April 8, 2007.
- ↑ Index of elements in HTML 4. World Wide Web Consortium (December 24, 1999). Retrieved on April 8, 2007.
External links[]
- HTML at Curlie
- Hypertext Markup Language at the Free On-Line Dictionary Of Computing
- HTML living standard at WHATWG community
- HTML at the Adobe Wiki
- HTML at Wikipedia