Computer Science, asked by july2013, 1 year ago

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!!
DeveshGoyal: Sry but I don't find the answer of no 2
july2013: Ohk koi ni...

Answers

Answered by DeveshGoyal
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. 

july2013: Thanx for the answer 1 but answer 2 is also needed...
Answered by sonupandit782
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