View With Graphics |
Lists for Starters |
Tables for Starters |
HTML for People Who Want to Learn -- HTML for Starters |
HTML was invented by Tim Berners-Lee while at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland. Berners-Lee is also the creator of the World Wide Web.
If you have created or are planning on creating your own home page (in GeoCities, for example), but you know little or nothing about HTML, then you have come to the right place. HTML (HyperText Markup Language) is a language made up of "tags". An HTML tag consists of a less-than sign (<), the name of the tag (B, for example), and a greater-than sign (>). The tag for BOLD is <B>. Each tag is usually paired with its ending tag. The ending tag is similar to the starting tag, with the exception of a forward slash (/) preceding the name of the tag. The ending tag for BOLD is </B>.
Tip: | HTML is not case sensitive. You can use either capital or lower case letters for writing a tag. For the examples in the tutorials at this site, capital letters are used. |
NOTE: | While HTML tags are not case sensitive, file names are! There is a big difference on a UNIX machine (the system GeoCities and most other servers are run on) between "filename.html" and "FileName.html", also "image.gif" and "image.GIF". |
HTML for Starters is divided up into six short chapters.
The author is a member of The HTML Writers Guild
Home |
New |
Links |
Last Modified: Saturday, 18-Jul-98 21:48:58 PDT
Page URL: http://geocities.datacellar.net/SiliconValley/Vista/2823/text/html.html