Write a html program to insert image
Answers
Answered by
4
Answer:
<!DOCTYPE html>
<html>
<body>
<h2>HTML Image</h2>
<img src="pic_trulli.jpg" alt="Trulli" width="500" height="333">
</body>
</html>
Explanation:
img tag is used to diplay an image in html
Similar questions