Open In App

HTML | <noembed> Tag

The <noembed> tag is used to show that the browsers is not supported by <embed> tag. This <noembed> tag will inform the user what is missing in the users browsers. 

Note: <noembed> tag is not supported in html5.



Syntax:

<noembed> Element </noembed>

Example: 






<!DOCTYPE html>
<html>
 
<head>
    <title>embed Tag</title>
    <style>
        q {
            color: #00cc00;
            font-style: italic;
        }
    </style>
</head>
 
<body>
    <center>
        <br>
        <embed src=
        <noembed>
          <img src=
               alt="Alternative Media">
      </noembed>
        </embed>
    </center>
</body>
 
</html>

Output:

Supported Browsers: The browser supported by <noembed> tag are listed below:

Article Tags :