Links
Supposedly, you want to insert references to other sites in your page, so called links -
e.g. a reference to the site of your friend, or to a famous band's site, or just a link, that allows others
to send you an email.
Just read chapter "Links" in the compendium.
Insert of Links
At the end of the current page - before the horizontal line - insert now, following a
<br /> tag,
a <a href=... > tag - a link to an other homepage.
Not to give your vistor a chance to finally leave your page, open a seperate browser window for the new site.
This using the target= parameter of the
<a href=... > tag.
After a <br /> tag (to force a new line) please repeat thet technique
to reference another Site. Do not forget the paired </a> tags, representing
the end of the link.
Thats how it looks
Link to send an email
Below the horizontal line, near the copyright, enter an email link , referencing your own email adress.
Thats how it looks
SAVE and "reload", at the bottom end of the page, near the copyright remark, shows the email adress.
The page now
looks about that.