Computer Science, asked by gsreenivasulu9001, 10 months ago

Write a statement in HTML that inserts an image named ‘school.jpg’ found in the ‘images’ folder of the current folder. In case the image cannot be found, it should display ‘Schools in India’.

Answers

Answered by heroboy53
7

Answer:

Right click on the Web pageand then select View Source from the context menu. Answer: For this, open the HTML code file in a Webbrowser. Answer: The HTML code is <BODY background=“C:\My Pictures \Pen.jpg”>.

Similar questions