Introduction to HTML

This introduction has been created in November 1998 during a working visit at the Institute Of Particle Physics of the Central China Normal University in Wuhan, China.

HTML or HyperText Markup Language is a language for the creation of web pages. The syntax and layout of source texts is more or less similar to TeX.

Commands to format text are words or abbreviations preceded by a "<" and terminated by a ">" character. For example:

<P>

Some commands consist of an opening and a closing part. The closing part is the same as the opening part, but has a "/" preceding the word or abbreviation. The command works on the text enclosed in the opening and closing parts. For example:

<B> text on which the command works </B>

The command names are case insensitive, so you may use UPPER or lower case (or a MIXturE) for the same command. I always use upper case, to make the commands better seperable from the actual page text.

Below is a list of links to pages with detailed information. Just click on an item of the list to get the desired page.


Links to detailed information


You may view the source text of this page by clicking the View button in the top menu row and clicking on the Page Source option of it.


Updated December 2, 1998, Peter Klok, pfk@hef.kun.nl