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 (n - z)

Contents
HTML Elements (l - m)


<nobr> no break

This element prevents a line of text from wrapping around within the browser window. If a line of text within the tags is too long to fit in the window, a horizontal scroll should appear on the browser to allow the user to view the whole line.


<noframes>

Element included in a frame definition document to provide content for browsers unable to handle frames. See the section on Frames.


<noscript>

Element included to provide content for browsers unable to run Java or Visual Basic scripts.


<object>

Microsoft Internet Explorer 3 only. Essentially this is similar to the embed tag as it is used to insert non-standard applications such as ActiveX controls. It is currently the focus of the HTML working groups Compound Document draft specification - more information will follow when/if the tag is better defined and more universally accepted.


<ol> ordered list

Described on a separate page dedicated to lists.


<option> form list item

Click here to learn all about creating forms.

<p> paragraph

Used to indicate a new paragraph. Automatically inserts a blank line before the new paragraph.


<pre> pre-formatted text

The most useful application of this element is for displaying extracts of programming code as the text is rendered as a fixed-width font and the <br> tag is not necessary to cause a line-break. It is sometimes used to display text in a tabular or column format, as all spaces typed in the HTML code are displayed by the browser. Combined with the fixed-width font, this facilitates the alignment of text. Similar to <listing> and <xmp>.

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


<s strike>

A logical style used to put a horizontal line through text - as in 'red lining'. This is indentical to the <strike> element - click it for more information.


<samp> sample text

Used to show text which is stated literally. Often displays in a fixed-width font.


<select> form list box

Click here to learn all about creating forms.


<sound>

Only supported by NCSA Mosaic, this element plays in-line sound. The sound file can be placed anywhere in the document and it will be played when its position is visible in the document window.


<spacer>

Only supported by Netscape Navigator 3 upwards, this element inserts blank space on the web page. You can specify horizontal space between words, vertical space between lines or a rectangular area of blank space.


<strike>

A logical style used to put a horizontal line through text - as in 'red lining'. This is indentical to the <s> element.


<strong>

A logical style used to give strong emphasis to a section of text. Usually rendered in bold. See also: <em>.


<sub> subscript

A physical style for displaying subscripted text.


<sup> superscript

A physical style for displaying superscripted text.


<table>

Click here to learn all about creating tables.


<td> table data

Click here to learn all about creating tables.


<textarea> form input box

Click here to learn all about creating forms.


<th> table heading

Click here to learn all about creating tables.


<title>

The title element should contain a complete one-line summary of the document, ie. "Introduction" is not sufficient, but "Sizzling HTML Jalfrezi: Introduction" would suffice. The title of a loaded document appears at the top of a Netscape window. When coding, the title should be placed within the <head> tags.
A shell document would therefore follow the following format:


<tr> table row

Click here to learn all about creating tables.


<tt> typewriter text

A physical style for displaying text in a fixed-width font. See also <code> and <pre>.


<u> underline

A physical style for displaying text underlined. Only supported by Netscape Navigator 3.x and MS Internet Explorer 3.x upwards.


<ul> unordered list

Described on a separate page dedicated to lists.


<xmp>

Similar to <pre> and <listing>. 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 80 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.


Contents

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.