General TAG
Document type
<HTML><HTML>
Beginning and end of file
Header
<HEAD></HEAD>
Descriptions
Document title
<TITLE></TITLE>
To insert into the header
Body
<BODY></BODY>
Body of file
Structure TAG
paragraph and chapter title
<Hn><Hn>
6 various levels of largeness and importance are possible H1, H2, ...
Title alignment
<Hn ALIGN="left|center|right"><Hn>
Block division
<DIV></DIV>
Used for part of text or paragraph
Block alignment
<DIV ALIGN="left|center|right|justify"></DIV>
TAG for text format
Bold
<B></B>
Italic
<I></I> or <EM></EM>
Underlined
<U></U>
Strikeout
<S></S>
Subscript
<SUB></SUB>
Superscript
<SUP></SUP>
Fixed font
<TT></TT>
Fixed spaces
Pre-formatted
<PRE></PRE>
It mantains original alignments
Width
<PRE WIDTH="n"></PRE>
In characters
Blinking
<BLINK></BLINK>
Font size
<FONT SIZE="n"></FONT>
Values between 1 and 7
Change font size
<FONT SIZE="+n|-n"></FONT>
Base font size
<BASEFONT SIZE="n">
From 1 up to 7, default is 3
Font color
<FONT COLOR="#nnnnnn"></FONT>
From #000000(black) to #FFFFFF(white)
TAG for link management
Simple link
<A HREF="url"></A>
Link to an anchor in the file
<A HREF="#xxxx|url#xxxx"></A>
Link with prefixed destination
<A HREF="url" TARGET="xxxx"></A>
Anchor definition
<A NAME="xxxx"></A>
TAG for target management(link destination)
Target of an anchor definition
<A HREF="url" TARGET="window_name">
Shows the link in the page indicated in the target
Base target
<BASE TARGET="window_name">
Sets by default the window indicated in the target
Target in a map
<AREA SHAPE="shape" COORDS="x,y,.."
TARGET="destination_window">
Shows the map link in the window indicated by the target
Target in a form
<FORM ACTION="url" TARGET="window_name">
Shows form result in the window indicated by the target
Special targets
TARGET="_blank"
TARGET="_self"
TARGET="_parent"
TARGET="_top"
Link in a blank window
Link in the same window
Link in the parent window
Link in the same window but fullscreen
TAG for image management
Image inserting
<IMG SRC="url">
Vertical alignment
<IMG SRC="url" ALIGN="top|middle|bottom">
Horizontal alignment
<IMG SRC="url" ALIGN="left|right|texttop|absmiddle|baseline">
Alternative text
<IMG SRC="url" ALT="xxxx">
When the image is not visible, the text is shown
Surfable map
<IMG SRC="url" ISMAP>
Requires a script
Surfable local map
<IMG SRC="url" USEMAP="url#xxxx">
Size
<IMG SRC="url" WIDTH="n" HEIGHT="n">
In pixel
Border
<IMG SRC="url" BORDER="n">
In pixel
Low resolution
<IMG SRC="url" LOWSRC="url">
Spaces
<IMG SRC="url" HSPACE="n" VSPACE="n">
TAG for maps
Map definition
<MAP NAME="xxxx"></MAP>
Describes the map
Map section
<AREA SHAPE="rect|circle|poly"
COORDS="x1,y1,x2,y2|cx,cy,r|x1,y1,x2,y2,..,xn,yn" HREF="url"|NOHREF>
TAG for paragraph and chapters
Paragraph
<P></P>
It leaves a space greater over and under
Alignment
<P ALIGN="left|center|right"></P>
Row interrupt
<BR>
New line
Horizontal line
<HR>
- Alignment
<HR ALIGN="left|center|right">
- Thickness
<HR SIZE="n">
In pixel
- Width
<HR WIDTH="n">
In pixel
- In percentage
<HR WIDTH="n%">
Percentage on page width
- No 3D
<HR NOSHADE>
If you want to know about
:
- TAG for list
- TAG for background and colors
- TAG for form management
- TAG for table management
- TAG for frame management
you can find them
here.