HTML Images
What are Images?
HTML images are used to display pictures on a webpage.
Example
<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;">
<img>
Image tag
alt
Alternative text
style
Image styling
Summary
- Images use <img> tag
- src defines image path
- alt shows alternative text