Dofactory.com
Dofactory.com
Earn income with your HTML skills
Sign up and we'll send you the best freelance opportunities straight to your inbox.
We're building the largest freelancing marketplace for people like you.
By adding your name & email you agree to our terms, privacy and cookie policies.

HTML <embed> src Attribute

The src attribute on an <embed> tag specifies the URL or path of a resource to be embedded in the current page.

The browser uses the URL to locate and load the source file.

Example

#

A src attribute on an <embed> element.
The attribute references an image file.

<embed src="/img/html/vangogh-bedroom.jpg">

Using src

The src attribute specifies the URL or path of the resource to be embedded.

The URL of the embedded file can be internal (from same website) or external (another website).


Syntax

<embed src="URL">

Values

#

Value Description
URL URL or path to the resource to be embedded.

Browser support

Here is when src support started for each browser:

Chrome
1.0 Sep 2008
Firefox
1.0 Sep 2002
IE/Edge
1.0 Aug 1995
Opera
1.0 Jan 2006
Safari
1.0 Jan 2003

You may also like

 Back to <embed>

Last updated on Sep 30, 2023

Earn income with your HTML skills
Sign up and we'll send you the best freelance opportunities straight to your inbox.
We're building the largest freelancing marketplace for people like you.
By adding your name & email you agree to our terms, privacy and cookie policies.

Guides