what is HTML?

By jizce1234
For the use of HTML on Wikipedia, see Help:HTML in wikitext.
HTML
(Hyper Text Markup Language)
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
W3C HTML 5 (draft)

HTML, which stands for Hyper Text Markup Language, is the predominant markup language for web pages. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists etc as well as for links, quotes, and other items. It allows images and objects to be embedded and can be used to create interactive forms. It is written in the form of HTML elements consisting of “tags” surrounded by angle brackets within the web page content. It can include or can load scripts in languages such as JavaScript which affect the behavior of HTML processors like Web browsers; and Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both HTML and CSS standards, encourages the use of CSS over explicit presentational markup.[1]

Hyper Text Markup Language(HTML) is the encoding scheme used to create and format a web document and for other needs such as displaying a list of information. A need not be an expert programmer but should know some programming to make use of HTML for creating hypertext documents that can be put on the internet.

Leave a Reply