See Working Example. Anchor Tutorial
See Working Example. Anchor Tutorial
<H1></H1> The elements H1, H2, H3, <INPUT> Create a control for a form.
H4, H5 and H6 are used to create A control is an element which the
several levels of headers, with H1 as user can use to enter data, like
the most important header and H6 as textboxes, radiobuttons and
the least important. See working checkboxes and is only valid inside
example the FORM element.
<TBODY></TBODY>
This element defines the body part of
Commonly Used
a table. HTML Codes
<TD></TD>
HTML table tags. The container for a
cell in a table. Inside this you can put
Header tags
all the HTML coding
HTML Code Sample
you want to appear in the cell.
<TR></TR>
Define a row inside a table.
<B>bold</B> bold
<U>underline</U> underline
<DL>
<DT>Term Term
<P ALIGN=Left>your
text your text
<P
Horizontal line tag
ALIGN=Center>your HTML Code Sample
your text
text
<HR>
<P ALIGN=Right>your
your text <HR SIZE=6
text
WIDTH=50%>
Graphic tags
HTML Code Sample
External link tags
HTML Code Sample <IMG
SRC="balloon.gif">
<A HREF="filename or (By default, the
URL">description</A> graphic is left aligned.)
CNN
For example: <IMG
<A HREF="filename SRC="balloon.gif"
or URL">CNN</A> Align=right>
<P ALIGN=Center>
<IMG
SRC="balloon.gif">
Internal link tag (anchor
<IMG
tag) SRC="balloon.gif"
Align=right
HTML Code Sample
Vspace=20>
<A NAME="anchor
<IMG
name">Section name</A>
SRC="balloon.gif"
Align=left Hspace=30>
For example: Introduction
<A NAME="anchor
name">Introduction</A
>
<A HREF="#anchor
name">Destination</A>
Introduction
For example:
<A HREF="#anchor