(1) Write a statement in HTML that inserts an image named 'car.jpg found in the image
the current folder. In case the image cannot be found, it should display Old Car.
Answers
Answered by
1
Answer:
<img src="img.path" height=80% width=80%> by this you can show your image.
Similar questions