1<html>
2 <head>
3 </head>
4 <body>
5 <img src="exampel.end">
6 </img>
7 </body>
8
9
10 </html>
1<!--When the image is in the same folder as your html file-->
2<img src="example.jpg">
3<!--When the image is in a image folder-->
4<img src="./image/example.jpg">