|
HTML (HyperText Markup Language) is the language used to build
websites. We've provided some examples of simple HTML tags below
to help get you started. These can be used to customize the text
of your Welcome Page or you can use them to create your own website.
The Terra Lycos Network has an excellent website on HTML Basics.
Make a whole sentence bold.
<
B>Make a whole sentence bold.</B>
Or you can bold just one word.
Or you can bold just <B>one</B> word.
Emphasize words with italics.
<
I>Emphasize</I> words with <I>italics</I>.
Link to the mydomain.com website.
Link to the <A HREF="http://www.mydomain.com">mydomain.com</A> website.
Make an email link to support@mydomain.com.
Make an email link to
<
A HREF="mailto:support@mydomain.com">support@mydomain.com</A>.
|