HTML
HyperText Markup Language; a
programming language used to create web pages.
More Detailed Definition:
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. For instance,
is used to make paragraphs and … is used to italicize fonts. 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.
|