HTML CSS Reference/HTML Tag Reference/noembed
"noembed" Example
<html>
<head>
<title>noembed element example</title>
</head>
<body>
<noembed>If this text appears, your browser does not support the embed element</noembed>
</body>
</html>
"noembed" Syntax and Note
Note:
This element provides a message for browsers that do not support <embed> elements.
It does not have any attributes.
Syntax:
<noembed> . . . </noembed>