Write the HTML code to display an inline image named pencil.jpg located at c:\ in the center of your web page.
Answers
Answered by
14
<html>
<head><title>An Image at Center</title></head>
<body bgcolor="blue">
<img src="c:\folder\pencil.jpg" height="150" width="300" align="center" border="30">
</body>
</html>
something like height ,width
anda;ign , border are mark by me
<head><title>An Image at Center</title></head>
<body bgcolor="blue">
<img src="c:\folder\pencil.jpg" height="150" width="300" align="center" border="30">
</body>
</html>
something like height ,width
anda;ign , border are mark by me
ROYALJATT:
plz mark as brainiest i need it plz
Similar questions