Physics experiments drawing presentation, physics presentation drawing experiments, physics practical frequency of A/c., Sonometer, Ohm's law, resonance tube, simple pendulum, and more......
Showing posts with label Background colour. Show all posts
Showing posts with label Background colour. Show all posts
Thursday, November 17, 2011
Learning through Innovative technique picture
Monday, August 30, 2010
Change of Background html programm
Chepter-2
Background Colour
<html>
<head>
<title> Change Background Colors </title>
<script type="text/javascript">
document.write ("<center><font size=+4>Just for Fun</font></center>")
function changeBkgrnd(color)
{
document.bgColor = color;
}
</script>
</head>
<body>
<center>
<font size="+3">
<a href=""onMouseOver="changeBkgrnd('red')">Red</a><br>
<a href=""onMouseOver="changeBkgrnd('green')">Green</a><br>
<a href=""onMouseOver="changeBkgrnd('yellow')">Yellow</a><br>
<a href=""onMouseOver="changeBkgrnd('blue')">Blue</a><br>
</font>
</center>
</body>
</html>
Change of Background html programm
Chepter-2
Background Colour
<html>
<head>
<title> Change Background Colors </title>
<script type="text/javascript">
document.write ("<center><font size=+4>Just for Fun</font></center>")
function changeBkgrnd(color)
{
document.bgColor = color;
}
</script>
</head>
<body>
<center>
<font size="+3">
<a href=""onMouseOver="changeBkgrnd('red')">Red</a><br>
<a href=""onMouseOver="changeBkgrnd('green')">Green</a><br>
<a href=""onMouseOver="changeBkgrnd('yellow')">Yellow</a><br>
<a href=""onMouseOver="changeBkgrnd('blue')">Blue</a><br>
</font>
</center>
</body>
</html>
Subscribe to:
Posts (Atom)