1 min to read
Images
Images give aesthetic value to your site & increase it's appeal.
A Picture is worth a thousand words.
Images give aesthetic value to your site & increase it’s appeal.
Syntax
<img src="url" />
alt attribute
We can also specify text which will be displayed when an image cannot be displayed.
<img src="cry.jpg" alt="cry" />
width height attribute
We can specify the width and height of the image with the height & width attributes.
<img src="smiley.jpg" height="200px" width="300px" />
Comments