OBJECT-tag (source)

<HTML>
<HEAD><TITLE>OBJECT demo</TITLE></HEAD>

<BODY>
<H1 ALIGN="CENTER">OBJECT demo</H1>
<HR>
    
<P ALIGN="CENTER">this is an object<BR>
  <OBJECT DATA="wombat_roadsign.gif" TYPE="image/gif"
    HEIGHT="200"" WIDTH="200">
    watch for wombats !
  </OBJECT>
<P>

<HR>
</BODY>
</HTML>
Previous slide Next slide Back to first slide View graphic version

Notes:

the complete source code of this document is available at object.html, so you can check out how your favorit browser handles OBJECT-tags.