HTML TIPS

HTML KNOWLEDGE

Short tips in html for shape of words

1.If you want to write a word in bold shape(blog) then type:
<b>blog</b>
Result given below:
blog

2.If you want to write a word in italic shape(blog) then type:
<i>blog</i>
Result given below:
blog

3.If you want that is underline below your written words(blog) then type:
<u>blog</u>
Result given below:
blog

4.If you want to change the size and color of your written words then solution given below:
<font size=10 color=blue>blog</font>
Result given below:
blog

5.If you want to give a link to other site,the solution is given below:
&lta href="adress"&gtblog&lt/a&gt
Result given below:
blog

6.How to put a image in your site:
&ltimg src="adress of image"&gt

10.If you want that your words walks in such a limit then type:

<span><marquee direction="right" behavior="ALTERNATE" bgcolor="blue" hight="40" width="100%"><center><b><i>blogger</i></b></center></marquee></span>

Result given below:
blogger