Forum : final assignment
Brief description  about Online courses   join in Online courses
View Gigi Rachel  Joseph 's Profile

final assignment

How can i set background image?? I was trying the code <img src.....> Actually my writings (i mean like Silicon indi)should be on the top of that but i am getting it below.
It should be like this
IMG
Silicon India

Help me out
Asked by Gigi Rachel Joseph | Jul 12, 2010 |  Reply now
Replies (2)
View gigi-rachel joseph 's Profile
<html>
<head>
<title>HOME PAGE</title>
</head>
<body>
<table border=10 width=100% cellspacing=0 cellpadding=10 >

<h1 align=right><big>
<img src="images/picture 6.jpg"><br />
<font color=blue>Silicon India</font>
</big></h1>

Here is the code i have written, in this the output will be IMG below SILICON INDIA, but i need silicon india at the top of the IMG (that means it should be background image.)

Jul 13, 2010
View abhijeet kumar 's Profile
<img src="image/img.jpeg"
the web page should be in a folder(name:demo) and the images should be in a folder name imagewhich is inside the folder demo.
Jul 13, 2010