HTML CSS Reference/HTML Tag Reference/noembed

Материал из Web эксперт
Перейти к: навигация, поиск

"noembed" Example

   <source lang="html4strict">
   

<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>


     </source>
   
  


"noembed" Syntax and Note

   <source lang="html4strict">

Note: This element provides a message for browsers that do not support <embed> elements. It does not have any attributes.

Syntax:

<noembed> . . . </noembed>


     </source>