Computer Science, asked by P1ri1yanthabasaindu, 1 year ago

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 poojan
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> 
Answered by jtbadrinath34
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