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


http://www.flickr.com//photos/physics_for_fun/show/with/5279683649/

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>