SPEED | A | B | C | D | E | F | H | I | K | L | | M | N | O | P | S | T | U | V | W | X | FINDER |
|
|
Contents
HTML Elements (a - b)
<caption> table caption<table> tags. See the separate section on Tables.
align=top|bottom|left|right|centervalign attribute to specify the 'bottom' part and align to specify the 'right' part.
valign=top|bottomalign attribute is used to specify horizontal positioning.
<center>
<center>
This text is in the middle of the line.
</center>
![]()
<cite><blockquote>.
Listen to Radio 1's <cite>Evening Session</cite> for great new music.
![]()
<code><TT> and <PRE>.
The logical style <code>code</code> is used to display examples of programming code.
![]()
code is used to display examples of programming code.
<col><colgroup> element. For examples, see the section on tables.
align=center|justify|left|rightspan=numberalign attribute acts upon.<colgroup><col> element. For examples, see the section on tables.
align=center|justify|left|rightvalign=baseline|bottom|middle|topspan=numberalign and valign attributes act upon.<!-- text --> comment<comment><comment> tag is only supported by Microsoft Internet Explorer and NSCA Mosaic.
<!-- This is a comment and will not be displayed -->
<comment> This is also a comment and won't be shown either </comment>
<dd> definition list definition<dfn> defining instance
Fluid flow regime can be determined by <dfn>Reynold's Number</dfn>.
![]()
<dir> directory list<div> directory list<p> element.
Check out the brand new comprehensive section on Stylesheets.
<dl> definition list<!doctype><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.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML Level 1//EN">
<dt> definition list term<em> emphasis<strong>.
Tricky is the <em>most original</em> artist currently on the British music scene.
![]()
<embed><embed> is also used to run Netscape plug-ins.
src="URL"hidden="true"loop=n|"true"n number of times or infinitely, if relevent (such as a sound file).
![]()
<embed src="sounds/blakmeat.wav" autostart="true" hidden="true" loop="true">
![]()
<bgsound> with MS Internet Explorer). See also Special Procedures.
<font>size=value|+-valuebasefont) or absolutely. Valid in the range 1-7.
![]()
Make the text <font size=+1>a bit bigger</font>,
<font size=-1>a bit smaller</font>,
<font size=7>huge</font> or
<font size=1>tiny</font>.
![]()
color=#hexvalue|colourname![]()
<font color="#00FF00">green</font>
<font color="purple">purple</font>
![]()
face=fontname1,fontname2,...![]()
<font face="Arial,Lucida Sans,Gill Sans">This will probably display in Arial.</font>
<font face="Courier,System,MS Sans Serif">This will probably display in Courier.</font>
![]()
<form><frame><h1>,<h2>,<h3>,<h4>,<h5>,<h6> heading stylealign=left|right|center![]()
<h1 align="center">A Centered Level 1 Heading</h1>
Some text.
<h2>A Level 2 Heading</h2>
Some more text.![]()
<head><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.
<html>
<head>
<title>Sizzling HTML Jalfrezi: A Shell Document</title>
</head>
<body>
The document in here
</body>
</html>
<hr> horizontal rule<blockquote> or list tag.
align=left|right|clearsize=valuewidth=value|percent<size> to set what most people would call the line width!
noshadecolor=#hexvalue|colourname![]()
<hr align=right size=20 width=400 color="#FF0000" noshade>
![]()
<html>
<html>
<head>
<title>Sizzling HTML Jalfrezi: A Shell Document</title>
</head>
<body>
The document in here
</body>
</html>
Contents![]() HTML Elements (i - k) ![]() |
| Sizzling HTML Jalfrezi | |
| ©1997 Richard Rutter |
![]() |
| rrutter@woodhill.co.uk | |