Feeds:
Posts
Comments

Archive for May, 2007

Read Full Post »

Play With HTML

Hi friends, here I am posting some HTML tips, which can be useful at the time of designing the web page.
1- How to change background colors on mouseover?
Ans:
Use this code in <TR> or <TD> tag of HTML table.
onMouseover=”this.bgColor=’#EFEFEF’”onMouseout=”this.bgColor=’#FEFEFE’”
2- How to embed web pages within web pages?
Ans:
Put this code to embed the web page within the [...]

Read Full Post »