1.

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’.

Answer»

<img src =”images\school.jpg” alt=”Schools in India”>



Discussion

No Comment Found