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
27
<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>
<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>
Answered by
6
This is the correct answer. If you are X th std, write this. Iam sure you will get full marks for that programing.
Attachments:
Similar questions
English,
8 months ago
Biology,
8 months ago
Hindi,
1 year ago
Computer Science,
1 year ago
Social Sciences,
1 year ago