show-notice
hide-notice

Friday 9 August 2013

HTML param Tag


Introduction:

The HTML param tag is used for passing parameters to an embedded object.
This tag is used in conjuction with the <object> tag to embed an object within an HTML document.

Example:
<html>
<head>
<title>HTML param Tag</title>
</head>
<body>
<object title="Woofer dog." classid="wooferDog.class">
  <param name="audio" value="woof.au">
  <param name="width" value="600">
  <param name="height" value="400">
</object>
</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com