My image is not appearing

I have written this code

@devanshaagrawal Do check if the image is in the same folder as that of the HTML file.

Yes they are in same folder

@devanshaagrawal Ideally, it would be better to try on a desktop or laptop as well where you will be able to open the console and then debug it to pin point the issue. Can you arrange for one?

yeah sure also can you help me with id tag for eg.

.I am having a confusion if i can write two different values for the same element ?

Hi @devanshaagrawal In general, an ID tag, or an ID attribute, is used to uniquely identify an element in an HTML document. Each element should have a unique ID within the document to ensure proper functionality and adherence to web standards.
Remember, IDs should be unique, but you can use classes or data attributes to assign multiple values to the same element.