The cover of The Complete Idiot's Guide to Create a Web Page The Complete Idiot's HTML Tag Reference

| Index | Previous Tag: <NOBR> | Next Tag: <NOFRAMES> |


<NOEMBED>

Specifies text that will be displayed by a browser that doesn't support the <EMBED> tag.

Support:

HTML StandardInternet ExplorerNetscape Navigator
Not supported Not supported 2.0 and later
Notes:
  • This tag requires the </NOEMBED> end tag.
Attributes:
None
Example:
<EMBED SRC="cheesymidi.mid" HEIGHT=100 WIDTH=300 LOOP=1>
<NOEMBED>
Oops! Your browser doesn't support the <EMBED> tag. Try 
<A HREF="cheesymidi.mid">downloading the sound file.</A>, instead.
</NOEMBED>
</EMBED>

| Index | Previous Tag: <NOBR> | Next Tag: <NOFRAMES> |