More HTML That You
Will Need To Know
<BODY BGColour =
"Green">
Change the colour of the pages background. This is one the Tag extensions that do
not have an ending as this is covered by </BODY>
<B>Make Text Bold</B> <I>Make Text Italic</I>
Enclose text inside the Bold and Italic tags to emphasize your text
<Font Size=12
Colour="Green">Make
the text bigger and green</Font>
There are many different permutations in text tags. The trick here is to get the
design right before you start building your web pages.
Link Tags
The "A" Tag
A link tag does have a
start and finish. Assume that you want to link to our Web Site then the tag would
start as follows
<A HREF="http://www.vb123.com/graf/">Data Mining Shareware</A>
HREF="http://www.vb123.com/graf/"
gives the destination
Data Mining Shareware is the alternative text that
will be displayed for you to hyperlink from. We will be using the Link tags to
point the main page to the generated pages.
But if all your pages
are being stored in the same directory as the page being displayed, you do not need to
store the path of the link in the references follows
<A HREF="graf-fx.htm">Data Mining Shareware</A>
This is called a
Relative Link. If the graf-fx.htm file was in a sub directory called grafs,
you would reference it as follows
<A HREF="grafs/graf-fx.htm">Data Mining Shareware</A>
So click on this
And start building your
own link page using visual basic.
Next
Lesson
Published 1999-05