You are here: Reference > HTML > attributes > src (embed, iframe, img, xml, ...)

src attribute (embed, iframe, img, xml, ...)

Browser support:
Sets the location of an associated file for an object.
JavaScript page for this attribute: src. You can find other example(s) there.

Possible values:

String that sets the URL of the associated file. It can be an absolute or relative path as well. Relative paths are relative to the base URL. The base URL is the location of the current document, but it can be overridden by the base tag.
Default: this attribute has no default value.

Example HTML code 1:

This example illustrates the use of the src attribute:
<img src="area.gif" width="504px" height="126px" />
Did you find this example helpful? yes no

Supported by tags:

External links:

User Contributed Comments

Post Content

Post Content