Hypertext Markup Language

World English Dictionary
hypertext markup language
 
n
the full name for HTML

Collins English Dictionary - Complete & Unabridged 10th Edition
2009 © William Collins Sons & Co. Ltd. 1979, 1986 © HarperCollins
Publishers 1998, 2000, 2003, 2005, 2006, 2007, 2009
Cite This Source

00:10

00:09

00:08

00:07

00:06

00:05

00:04

00:03

00:02

00:01

Hypertext Markup Language is always a great word to know.
So is ort. Does it mean:
the offspring of a zebra and a donkey.
a scrap or morsel of food left at a meal.
FOLDOC
Computing Dictionary

Hypertext Markup Language definition

hypertext, World-Wide Web, standard
(HTML) A hypertext document format used on the World-Wide Web. HTML is built on top of SGML. "Tags" are embedded in the text. A tag consists of a "<", a "directive" (in lower case), zero or more parameters and a ">". Matched pairs of directives, like "" and "" are used to delimit text which is to appear in a special place or style.
Links to other documents are in the form a href="http://machine.edu/subdir/file.html"
foo
where "" and "" delimit an "anchor", "href" introduces a hypertext reference, which is most often a Uniform Resource Locator (URL) (the string in double quotes in the example above). The link will be represented in the browser by the text "foo" (typically shown underlined and in a different colour).
A certain place within an HTML document can be marked with a named anchor, e.g.: a name="baz"

The "fragment identifier", "baz", can be used in an href by appending "#baz" to the document name.
Other common tags include

for a new paragraph, .. for bold text,

The Free On-line Dictionary of Computing, © Denis Howe 2010 http://foldoc.org
Cite This Source
Dictionary.com, LLC. Copyright © 2012. All rights reserved.
  • Please Login or Sign Up to use the Recent Searches feature