HTML Embed Tag Alternatives



The HTML <noembed> tag is used to handle browsers which do not support the <embed> tag. The <noembed> tag makes it easy to supply alternative content that tells users what they are missing.

Example

<!DOCTYPE html>
<html>
   <head>
      <title>HTML noembed Tag</title>
   </head>
   <body>
      <embed src = "/html/yourfile.swf" width = "200" height = "200" >
         <noembed><img src = "yourimage.gif" alt = "Alternative Media" ></noembed>
      </embed>
   </body>
</html>
Updated on: 2020-03-03T06:00:35+05:30

93 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements