HTML is the application language of SGML adopted by the originator of the web (Tim Berners-Lee). Rather amusingly it was intended as a simple, fast to download, markup that wouldbe relatively easy to process. It was never intended that people would see much raw html or hand code pages.
In fact is has become so bloated with addons for positioning, and media handling, and apps for writing html put so much extra bumf for managing the code, that it is now complex, and a lot slower to download than it need be, and frequently authors have to dive into the html just to get it to do what was intended without some of the clutter. The xml fad only makes it worse. Some nice ideas, but implemented not so well
2007-03-20 09:00:13
·
answer #1
·
answered by hustolemyname 6
·
0⤊
0⤋
HTML: Hyper Text Markup Language.
2007-03-20 08:51:24
·
answer #2
·
answered by Nellore K 2
·
0⤊
0⤋
short for HyperText Markup Language
Standard for structuring and describing a document on the World Wide Web. The HTML standard provides labels for constituent parts of a document (for example headings and paragraphs) and permits the inclusion of images, sounds, and ‘hyperlinks’ to other documents. A browser program is then used to convert this information into a graphical document on-screen. The specifications for HTML version 4, called Dynamic HTML, were adopted at the end of 1997.
2007-03-20 08:53:17
·
answer #3
·
answered by neverknow 3
·
0⤊
0⤋
HTML stands for hypertext markup language. It is the basic language for building web pages.
More advanced languages would be java.
Short for HyperText Markup Language, the authoring language used to create documents on the World Wide Web. HTML is similar to SGML, although it is not a strict subset.
HTML defines the structure and layout of a Web document by using a variety of tags and attributes. The correct structure for an HTML document starts with
(enter here what document is about) and ends with . All the information you'd like to include in your Web page fits in between the and tags.
There are hundreds of other tags used to format and layout the information in a Web page. Tags are also used to specify hypertext links. These allow Web developers to direct users to other Web pages with only a click of the mouse on either an image or word(s). For a more complete list of tags, check out some of the URLs below.
http://webopedia.com/TERM/H/HTML.html
2007-03-20 08:53:22
·
answer #4
·
answered by Lionheart12 5
·
2⤊
0⤋
Hyper Text Markup Language
2007-03-20 08:51:43
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
Hypertext Markup Language
2016-09-01 02:53:23
·
answer #6
·
answered by ? 1
·
0⤊
0⤋
HTML, short for HyperText Markup Language, is the predominant markup language for the creation of web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as 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 labels (known as tags), created by less-than signs (<) and greater-than signs (>). HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code which can affect the behavior of web browsers and other HTML processors.
HTML is also often used to refer to content of the MIME type text/html or even more broadly as a generic term for HTML whether in its XML-descended form (such as XHTML 1.0 and later) or its form descended directly from SGML (such as HTML 4.01 and earlier).
What is HTML?
HTML stands for Hypertext Markup Language.
Hypertext is ordinary text that has been dressed up with extra features, such as formatting, images, multimedia, and links to other documents.
Markup is the process of taking ordinary text and adding extra symbols. Each of the symbols used for markup in HTML is a command that tells a browser how to display the text.
2007-03-20 08:59:59
·
answer #7
·
answered by Anonymous
·
0⤊
0⤋
HTML, short for HyperText Markup Language, is the predominant markup language for the creation of web pages.
2007-03-20 08:53:43
·
answer #8
·
answered by Anonymous
·
1⤊
0⤋
It's a predecessor of XML. XML has stricter rules than HTML. They are both used for web pages. They include tags that contain names and also there is data between the tags to basically partition the page.
2007-03-24 08:42:31
·
answer #9
·
answered by nerd00 2
·
0⤊
0⤋
Hypertext Markup Language. It is what makes a lot of the pages on the web be displayed. It is also a way of interacting with a user.
2007-03-20 08:51:18
·
answer #10
·
answered by Kokopelli 6
·
0⤊
0⤋