The src attribute is used with the <img> tag to specify the location of the image. e.g.
<img src="/img.png">
To specify the name of the image, use the name attribute. e.g.
<img name="No Image">
The src attribute is used with the <img> tag to specify the location of the image. e.g.
<img src="/img.png">
To specify the name of the image, use the name attribute. e.g.
<img name="No Image">
Comments (1)