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 (l - m)

Contents
HTML Elements (i - k)


<li> bullet

See lists.


<link>

This element indicates a relationship between the document and some other object. A document may have any number of <link> elements. Typical uses are to indicate authorship, related indexes and glossaries, older or more recent versions, etc. The most common use is to point to a stylesheet for the page - the last example shows how to do this.


<listing>

Similar to <pre> and <xmp>. Used to render blocks of text in a fixed-width font and so is suitable for text that has been formatted on screen. It should be rendered so that a limit of 132 characters will fit on a line.

I do not recommend the use of <listing> for formatting a few words at a time, as unpredictable results are occasionly produced. Use <code> or <tt> as an alternative.


lists <ol>, <ul>, <li>, <dt>, <dd>

There are many types of lists that can be created. For this reason, I have dedicated a separate page with full details of lists.


<map> image map definition

Used to create a client-side image map definition. Must be used with the name attribute and <area> tag. For more information, see the section dedicated to Image maps.


<marquee>

MS Internet Explorer only. Used to create a scrolling text effect, similar to the Marquee Windows screen saver. Marquees can also be written using Java. Alternatively you can use animated GIFs to create a similar effect, using software such as the GIF Construction Set. Marquee takes many attributes similar to the <img> tag as well as some of its own specific ones. To apply the <font> element to text within a marquee, you must place the <font> tags outside of the <marquee> tags.


<menu> menu list

Described on a separate page dedicated to lists.


<meta>

This command is used to embed document information not defined by other elements. Such information can be extracted by servers/clients for use in identifying, indexing and cataloguing specialised document meta-information. For most people's purposes, this has been superceded by the <title> element; although some search engines make use of the description and keywords types, and consequently they are well worth considering. You can also use <meta> tags to specifiy how your page should be cached. The PICS content rating system operated by RSAC (and employed by MS Internet Explorer) also makes use of <meta> tags.

There is one further useful and exciting side of <meta>. Using the http-equiv and content attributes, you can get an HTML page to automatically jump to another page or file after a specified time delay. This means if you wish to redirect users from an old page to a new one, you can do so automatically by adding the appropriate <meta> command. Similarly you can automatically load a sound file on entering a document.

The <meta> command must be placed in the <head> tags.


<multicol> multiple columns

Netscape 3. Used to display text in newspaper-style columns. This is a new tag and alternative methods suitable for other browsers are described in Special Procedures.


Contents
HTML Elements (n - z)

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.