<img src="Add Image Source Here">
<img src="pic_trulli.jpg" alt="Italian Trulli">
<img src="flowers.jpg" alt="flowers"> //Always add the image type (jpg,png, etc) Adding alt text is also good coding practice :)
<img src="img_girl.jpg" alt="Image Load Error" width="500" height="600">
<img src="image.jpg">
<img src="img_girl.jpg" alt="Girl in a jacket" style="width:500px;height:600px;">
<!--When the image is in the same folder as your html file--> <img src="example.jpg"> <!--When the image is in a image folder--> <img src="./image/example.jpg">
<img src="logo.png" />
<img src = "File path of the image in the format(C:/Users/Directory/Foldername/ImageName">