HTML Images
Images can improve the design and the appearance of a web page.



Syntax
<img src="url" alt="alternatetext">
src
- Specifies the path to the image alt
- Specifies an alternate text for the image Example
<img src="image_nature.jpg" alt="image of nature">
Image width & height
<img src="image_nature.jpg" alt="image of nature" width="500" height"500">
Image width & height result
