Computer Science, asked by pragnikibhutip, 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 ROYALJATT
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

ROYALJATT: plz mark as brainiest i need it plz
Similar questions