|
TechDocs
Homepage Info
Access Numbers
|
|
|
|
Structure Tags
| |
 |
| Function |
Tag |
Switches |
Ending
Tag> |
| Defines
an HTML file |
<html> |
none |
</html> |
Header
information not
displayed by the browser |
<head> |
none |
</head> |
Title
displayed in the
browser's title bar |
<title> |
none |
</title> |
Comments
not displayed
in the page |
<!-- |
none |
--> |
Body
of the HTML file
where all the page
information is displayed |
<body> |
background="filename"
bgcolor="XXXX"
text="XXXX"
link="XXXX"
vlink="XXXX"
|
</body>
|
| Megalink
Hit Counter |
<img
src="/cgi-bin/Count.cgi?df=yourusername.dat"> |
|
Text Tags
| |
 |
| Function |
Tag |
Switches |
Ending
Tag |
| Line
Break |
<br> |
clear=left/right/all |
none |
| Paragraph |
<p> |
align=center/right/left |
</p> |
| Bold |
<b> |
none |
</b> |
| Italic |
<i> |
none |
</i> |
| Headline |
<h1-6> |
align=center/right |
</h1-6> |
| Font |
<font> |
face="name,name"
size=+/-XXX
color="XXXX" |
</font> |
| Horizontal
Rule |
<hr> |
size=XX
width=XX/XX%
noshade |
none |
| Block
Quote |
<blockquote> |
none |
</blockquote> |
|
List Tags
| |
 |
| Function |
Tag |
Switches |
Ending
Tag |
| Unordered
List |
<ul> |
type=disc/circle/square |
</ul> |
| Ordered
List |
<ol> |
type=I/A/1/a/i
start=XX |
</ol> |
| List
Item |
<li> |
type=all
ul and ol options |
none |
| Definiton
List |
<dl> |
none |
</dl> |
| Definition
List Item |
<dt> |
none |
none |
| Definition
List Definition |
<dd> |
none |
none |
|
Linking Tags
| |
 |
| Function |
Tag |
Switches |
Ending
Tag |
| Anchor |
<a> |
href="filename"
target="windowname" |
</a> |
| Bookmark |
<a> |
name="markname" |
none |
|
Image Tags
| |
 |
| Function |
Tag |
Switches |
Ending
Tag |
| Image |
<img> |
src="filename"
align=left/right
width=XXX
height=XXX
alt="text"
USEMAP="#mapname" |
none |
|
Table Tags
| |
 |
| Function |
Tag |
Switches |
Ending
Tag |
| Table |
<table> |
border=X
width=X
cellspacing=X
cellpadding=X
bgcolor="XXXX" |
</table> |
| Table
Row |
<tr> |
align=left/center/right
valign=top/middle/bottom
bgcolor="XXXX" |
</tr> |
Table
Data
(columns) |
<td> |
align=left/center/right
valign=top/middle/bottom
width=X
nowrap
colspan=X
rowspan=X
bgcolor="XXXX" |
</td> |
| Caption |
<caption> |
align=left/center/right
valign=top/middle/bottom |
</caption> |
|
Form Tags
| |
 |
| Function |
Tag |
Switches |
Ending
Tag |
| Form |
<form> |
method=get/put
action="program-name" |
</form> |
| Input
Field |
<input> |
name="variablename"
type=text/password/
checkbox/radio/submit/
reset/image |
none |
| Selection
List |
<select> |
name="variablename"
size=XX
multiple |
</select> |
| Selection
Option |
<option> |
none |
none |
| Scrolling
Text Field |
<textarea> |
name="variablename"
rows=XX
cols=XX |
</textarea> |
|
Meta Tags
| |
 |
| Function |
Tag |
Switches |
<META>
(Server metatags) |
http-equiv="refresh"
content="seconds, filename" |
none |
<META>
(Content metatags) |
name="keywords/description/author/
generator/abstract/expiration"
content="your information" |
none |
|
Special Tags
| |
 |
| Name |
Symbol |
HTML
Equivalent |
| ampersand |
& |
& |
| cent
sign |
¢ |
¢ |
| copyright
symbol |
© |
©
or © |
| degree
sign |
° |
° |
| greater
than |
> |
> |
| less
than |
< |
< |
| non-breaking
space |
|
|
| registered
trademark |
® |
® |
| trademark |
™ |
™ |
Adapted
from the ProjectCool
Developer Zone
|
|