Archive for May, 2007
JavaScript Document Object Model
Posted in Java Script on May 29, 2007 | Leave a Comment »
Play With HTML
Posted in Technical on May 28, 2007 | 1 Comment »
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 [...]