HTML images are used to display pictures on a webpage.
<img src="https://www.w3schools.com/html/img_girl.jpg" width="200"> <img src="https://www.w3schools.com/html/img_chania.jpg" width="200" alt="Flower"> <img src="https://www.w3schools.com/html/img_girl.jpg" width="200" style="border-radius:10px;">
Image tag
Alternative text
Image styling