Get Answers to all your Questions

header-bg qa

Write the HTML code to display an inline image named pencil.jpg located at C: in the center of your Web page.

Answers (1)

best_answer
<html>
<body>
<center>
<img src="C:pencil.jpg">
</center>
</body>
</html>
Posted by

Deependra Verma

View full answer