show-notice
hide-notice

Friday 9 August 2013

HTML object Tag


Introduction:

The HTML object tag is used for embedding an object within an HTML document. Use this tag to embed multimedia in your web pages.

Example:
<object title="Woofer dog." classid="wooferDog.class">
  <!-- If the applet didn't work, try the image file -->
  <object data="wooferDog.gif" type="image/gif">
  <!-- If the image didn't work, display the text -->
  Woofer dog.
  </object>
</object>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com