SPEED
| A | B | C | D | E | F | H | I | K | L |
| M | N | O | P | S | T | U | V | W | X |
FINDER
You are one click away from owning some Great Webpage Creation Software.
Any comments: e-mail me, feedback or show your appreciation

The HTML Elements (a - b)

Contents


<a> anchor

An anchor marks the beginning and/or end of a hypertext link. It is used to link to other pages or sites, other sections within the same webpage or any other file, such as a sound file, zip archive, etc.


<address>

A logical style used when providing address information, often at the top or bottom of the document.


<applet ...>

Used to load a Java applet. Unfortunately Java is beyond the scope of this Guide.


<area> image map area

Used in an image map definition to specify a live area. Must be used within the <map> tags. An arbitrary number of <area> tags may be specified. If two areas intersect, the one which appears first in the map definition takes precedence in the overlapping region. For more information, see the section dedicated to Image maps.


<b> bold

A physical style for displaying text in a bold font. See also <strong>.


<base>

Provides a base URL or target window for the document.


<basefont>

Netscape Navigator 3 and Microsoft Explorer 3 only. Used to set a default font size, colour and/or font face. Can be overridden by the <font> element.


<bgsound> background sound

Supported by MS Internet Explorer and NCSA Mosaic, this element will automatically play a sound file on entering a document. For a more widely supported (but messier) method, see Special Procedures. To play background sound with Netscape 3, you must use the <embed> element.


<big>

A physical style for displaying text in a bigger font. Currently only supported by Netscape and MS Internet Explorer. With these browsers, the <big> can be used around the <sup> and <sub> tags to keep the sub/superscripted text at the same size as the default, as opposed to slightly smaller. See also <FONT>.


<blink>

Flashes text on and off.


<blockquote>

Allows text quoted from another source to be rendered specially. Usually left and right indented. See also <cite>.


<body>

The <body> element contains all the information which is part of the document, as opposed to information about the document, which should be in the <head>. The <body> tag should be placed directly after the closing head tag, </head>. The closing body tag, </body> should be placed as the pen-ultimate line of the document, directly before the </html> tag.


<br> break

Forces a line break - similar to a hard return on a word processor.


Contents
HTML Elements (c - h)

Sizzling HTML Jalfrezi
©1997 Richard Rutter Follow Colin to his Hoard
rrutter@woodhill.co.uk












Maintenance of this page is attempted by Richard Rutter (rrutter@woodhill.co.uk) using the gorgeous HTML Notepad and the wonderful Sizzling HTML Jalfrezi.