A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.geeksforgeeks.org/html/html-embed-src-attribute/ below:

HTML | <embed> src Attribute

HTML | <embed> src Attribute

Last Updated : 15 Jul, 2022

The HTML <embed> src Attribute is used to specify the web address of the embedded content. 

Syntax: 

<embed src="URL">

Attribute Values: 

Example: 

html
<!DOCTYPE html>
<html>

<head>
    <title>HTML embed src Attribute</title>
    <style>
        q {
            color: #00cc00;
            font-style: italic;
        }
    </style>
</head>

<body>
    <h1>GeeksforGeeks</h1>
    <h2>HTML embed src Attribute</h2>
    <br>
    <embed src="loading2.swf" 
           width="400px" 
           height="300px"
           type="application/x-shockwave-flash">
</body>

</html>

Output :

  

Supported Browsers: The browser supported by HTML embed src Attribute are listed below:



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4