|
my mood
|
|
|
|
|
|
|
|
weather in chennai
|
|
|
|
|
| Text Magic |
Text should be placed between <FONT> and </FONT> tags. It can also be typed without these tags, anywhere in the body of the HTML.
You can change the size of the text by using the following tag:
<FONT SIZE="+1">Hello</FONT>
Instead of +1, you can enter values like +2, +3, -1, -2, -3, etc.
Instead of 'Hello', you should type the text that you would like to see on your website
To make the text bold, type this:
<B>Hello</B>
To make the text italic, type this:
<I>Hello</I>
To make the text underlined, type this:
<U>Hello</U>
To change the colour of the text, like this, type this:
<FONT COLOR="green">Hello</FONT>
Instead of 'green', you can enter any other colour.
You can combine as many tags as you want for any text. Just make sure that you end the tags with the the tag containing '/'.
Eg:
To make the text look like this:
Hello
type this:
<FONT SIZE="+2" COLOR="green"><U><B><I>Hello</I></B></U></FONT>
Note: You can type it in one line.
If you want to link text to one of your own webpages, put the following code:
<A HREF="filename.html">Hello</A>
Eg: Hello
If you want to link text to another website (external), put the following code:
<A HREF="http://www.websiteaddress.com">Hello</A>
Eg: Hello
|
|
|
|