1if it is in the same folder as the html file, then:
2<img src="example.png">
3If it is in another folder, make sure you use it like this:
4<img src="example-folder/example.png">
5Or if the file is hosted online, use the correct protocol(Http/Https).
6<img src="https://example.com/file.png">
7If it stil does not show, then the file may be corrupted or too large.
1If it is in another folder, make sure you use it like this:
2<img src="example-folder/example.png">
3Or if it is in the same folder as the html file, then:
4<img src="example.png">
5If it stil does not show, then the file may be corrupted or too large.
6Also, make sure you reference a valid image.