Toptips

Controlling the text style using CSS(Cascading Style Sheet)

--> STYLE TYPE="text/css" # This line indicates that the script is going to use will be css lanuage.
--> body {font-weight: bold} ## The text which will be written in the body area(means not inside any tables) will be in bold.
--> blockquote {font-weight: normal} ## inside the blockquote whatever you write will be in normal size.
--> /STYLE ## indicates the script no more below than this line.
Put this script just above the /HEAD line.
There are more scripts to control your texts/tables/images or anything within the html pages you would like to make it better. You can find many useful styling tools are free to use which is provided by some web developers' sites.

click here to read more read more.....

We will put more useful top tips in near future. please, keep visiting us.
If you have any queries regarding top tips(scripts/codes). Please, contact us at Helpdesk

Thank you.