Computer Science, asked by azimislam632, 11 months ago


(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 chirag123473
1

Answer:

<img src="img.path" height=80% width=80%> by this you can show your image.

Similar questions