src:
The
src attribute defines URI or location of the element being requested, be it an image, a script, or another web page. It is short for “source.”Used with HTML Tags:
Content:
URI
The URI should point to the image, sound file, video file, web page or script that is the source of the element.
The URI should point to the image, sound file, video file, web page or script that is the source of the element.
Default:
There really isn't a default value for the src attribute. You must specify a URI or the web page will display an error.
Deprecated:
No
DTD:
- HTML 4.01 Standard, Strict, and Frameset
- XHTML 1.0 Standard and Frameset
- HTML5

