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 (c - h)

Contents
HTML Elements (a - b)


<caption> table caption

An element used within the <table> tags. See the separate section on Tables.


<center>

Center justifies text and puts tables, graphics, etc. in the centre of the page.


<cite>

A logical style for displaying a citation or quote. Usually displayed in italic. See also <blockquote>.


<code>

A logical style for displaying examples of code. Usually displayed in a fixed-width font. See also <TT> and <PRE>.


<col>

Microsoft Internet Explorer only. Used to specify the text alignment for table columns. Similar to the <colgroup> element. For examples, see the section on tables.


<colgroup>

Microsoft Internet Explorer only. Used to group table columns together in order to align the text in the same way. Similar to the <col> element. For examples, see the section on tables.


<!-- text --> comment
<comment>

These two tags are effectively the same and enable the author to add comments within the HTML code. These comments will not be displayed by the browser. Note that with the first element, each end tag contains two hyphens. The <comment> tag is only supported by Microsoft Internet Explorer and NSCA Mosaic.


<dd> definition list definition

Described on a separate page dedicated to lists.


<dfn> defining instance

MS Internet Explorer only. A logical style used to distinguish a defining instance in a section of text, ie. to highlight when a specific term is used for the first time. Usually rendered in italic.


<dir> directory list

Described on a separate page dedicated to lists.


<div> directory list

This element is part of the HTML 3.2 specification and is used with style sheet attributes to designate sections of text as being of a certain style. Netscape Navigators 1, 2 and 3 implement the DIV element to work as the <p> element.

Check out the brand new comprehensive section on Stylesheets.


<dl> definition list

Described on a separate page dedicated to lists.


<!doctype>

This element defines which level of HTML your web page conforms to. It should be the first line of code on your webpage and placed before the <html> tag. Your pages will work without this definition although strictly speaking it should be in place on all webpages (you'll notice I have been somewhat slack in this respect!). The following examples show how to define your pages as conforming to HTML 3.2, HTML 2 and HTML 1 respectively. For more information visit the W3 Consortium.


<dt> definition list term

Described on a separate page dedicated to lists.


<em> emphasis

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


<embed>

Allows you to put objects (such as sound, video, etc.) directly into an HTML page. This element only supported by MS Internet Explorer and Netscape Navigator 3 and is currently the focus of the HTML working groups Compound Document draft specification - more information will follow when the tag is better defined and more universally accepted. <embed> is also used to run Netscape plug-ins.


<font>

Used to change the look of the text.


<form>

Click here to learn all about creating forms.


<frame>

Click here to learn all about creating frames.


<h1>,<h2>,<h3>,<h4>,<h5>,<h6> heading style

Renders text as a heading, the rendering depending on the level of heading selected. Headings are automatically spaced from the body text.


<head>

The head element contains all the information about the document, such as the <title>, <base> or <meta> information. It does not contain any text which is part of the document, this should be in the body. The <head> would follow the <html> tag and precede the <body> element.
A shell document would therefore follow the following format:


<hr> horizontal rule

This produces a horizontal line across the screen. By default the line will be narrow and span the screen within the current indents, eg. those created by a <blockquote> or list tag.


<html>

Placed at the beginning and end of the document to declare the type of document. A shell document would therefore follow the following format:


Contents
HTML Elements (i - k)

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.