HTML/CSS/Object Tags/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>