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
Computer Science,
5 months ago
Computer Science,
5 months ago
Math,
11 months ago
Biology,
1 year ago