HTML | <img> src Attribute
The <img> src attribute is used to specify the URL of the source image.
Syntax:
<img src="URL">
Attribute Values: It contains single value URL which specifies the link of source image. There are two types of URL link which are listed below:
- Absolute URL: It points to another webpage.
- Relative URL: It points to other files of same web page.
Example:
<!DOCTYPE html> < html > < head > < title > HTML img src Attribute </ title > </ head > < body > < h1 >GeeksforGeeks</ h1 > < h2 >HTML img src Attribute</ h2 > < img src = alt = "GeeksforGeeks logo" > </ body > </ html > |
chevron_right
filter_none
Output:
Supported Browsers: The browser supported by HTML <img> src attribute are listed below:
- Google Chrome
- Internet Explorer
- Firefox
- Safari
- Opera