Step 5 - emphasizing bits of
text:
Of course you may want a few bits of your text to jump out of the rest. You have a few options available to you in order to make this happen: underline, bold or italic. In HTML the tags look like this: <U>, <B> en <I>.
Let's use this in our text:
<HTML>
<HEAD>
<TITLE>my own homepage</TITLE>
</HEAD>
<BODY BACKGROUND="images/background.gif" BGCOLOR="#FFFFE1" TEXT="#808080" LINK="#FF9B6A" ALINK="#FF9B6A" VLINK="#FF0000">
<B>Nora Tol Virtual Publishing</B> was founded about 12 years ago when owner <I>Nora Tol</I> started offering her web design services.
<P>
By demand she quickly expanded her services with <U>designing logos and artwork (DTP)</U> and even started various <U>Internet- and marketing services</U>.
<P>
Take a look at her homepage for more information
<BR>
Or send her an E-mail!
</BODY>
</HTML>
As you can see all tags are closed. The text in between for instance <B> and </B> will be printed boldly on the homepage.
Of course you may want a few bits of your text to jump out of the rest. You have a few options available to you in order to make this happen: underline, bold or italic. In HTML the tags look like this: <U>, <B> en <I>.
Let's use this in our text:
<HTML>
<HEAD>
<TITLE>my own homepage</TITLE>
</HEAD>
<BODY BACKGROUND="images/background.gif" BGCOLOR="#FFFFE1" TEXT="#808080" LINK="#FF9B6A" ALINK="#FF9B6A" VLINK="#FF0000">
<B>Nora Tol Virtual Publishing</B> was founded about 12 years ago when owner <I>Nora Tol</I> started offering her web design services.
<P>
By demand she quickly expanded her services with <U>designing logos and artwork (DTP)</U> and even started various <U>Internet- and marketing services</U>.
<P>
Take a look at her homepage for more information
<BR>
Or send her an E-mail!
</BODY>
</HTML>
As you can see all tags are closed. The text in between for instance <B> and </B> will be printed boldly on the homepage.

0 comments:
একটি মন্তব্য পোস্ট করুন