Definition and Usage The src attribute specifies URL of the image. Syntax <img src=" URL " /> Syntax Example ...
Definition and Usage
The src attribute specifies URL of the image.Syntax
<img src="URL" /> |
Syntax Example
<img src="demo_img.jpg" /> |
Attribute Values
Value | Description |
---|---|
URL | Specifies URL of the imagePossible values:
|