[Left] [Up] [Right] What is HTML? [Left] [Up] [Right]

Key design princples:

  • Hypertext Markup Language (HTML) is designed to provide logical structure to information intended for presentation in web pages:

    • Hypertext -- text with links to other text.
    • Markup language -- annotations for structure of text.

  • HTML has a fixed set of markup tags -- that is, syntax and semantics of language are predefined.

  • Hypermedia facilitates development of multimedia web pages -- text, images, audio, video -- that can be linked togather in an arbitrary way.

  • HTML syntax and structure is easy to learn.

Example. Here is the HTML code for the left-hand side of this page:


Section 2-1: November, 2001. [Left] [Up] [Right]