img
Embeds an image in an HTML page. The src attribute specifies the path to the image.
Syntax
html
<img src="url" alt="description">Example
html
<img src="photo.jpg" alt="A landscape photo" width="800" height="600">Embeds an image in an HTML page. The src attribute specifies the path to the image.
<img src="url" alt="description"><img src="photo.jpg" alt="A landscape photo" width="800" height="600">