i) Write the HTML code to display an inline image named pencil.jpg located at c:\ in the center of your web page.
ii) Write the html code to send an email at [email protected] through your web page.
july2013:
Its very urgent yrr plz help!!
Answers
Answered by
100
For no.1
<html>
<head><title>Inserting an Image at Center</title></head>
<body bgcolor="red">
<img src="c:\folder\pencil.jpg" height="200" width="150" align="center" border="10">
</body>
</html>
Answer for no.2 will be given soon.
Please Comment if answer is satisfying and mark brainliest if you find it most useful.
<html>
<head><title>Inserting an Image at Center</title></head>
<body bgcolor="red">
<img src="c:\folder\pencil.jpg" height="200" width="150" align="center" border="10">
</body>
</html>
Answer for no.2 will be given soon.
Please Comment if answer is satisfying and mark brainliest if you find it most useful.
Answered by
25
The answer given for (I) is wrong.The value of align in IMG tag is never center.Instead use this for first <center><IMG SRC="C://pencil.jpg"></center>.
The answer to second question is <A href="mailto:[email protected]">Your text</A>.
Similar questions
Math,
8 months ago
History,
8 months ago
Science,
8 months ago
Chemistry,
1 year ago
Social Sciences,
1 year ago