Computer Science, asked by mehak76, 1 year ago

write the <IMG> tag with the src attribute specify the path of the image file and the src attribute write full coding of applying image write the output also

Answers

Answered by imran50
1
<html>
<head>
<title> image </title>
</head>
<body>
<img src="smiley.gif" alt="Smiley
face" height="42" width="42">
</body>
</html>

mehak76: thanks
Similar questions