HTML <embed> src Attribute
Example
<h1>embed video</h1>
<embed type="video/mp4" src="video.mp4" width="300" height="150">
<h1>embed image</h1>
<embed type="image/jpeg" src="img-boy.jpg" width="300" height="150">
Meaning
Specifies the URL of source content for the embedded object.
Standard Syntax
<embed type="mediaType" src="URL" width="pixels" height="pixels">
Advertisement
Attribute Values
| Value | Description |
|---|---|
| URL | Value can be
|