HTML <param> tagHTML <param> tag is used to pass the parameters to the object that has been embedded using <object> element. We can use more than one <param> tag within an <object> element in any order, but each tag must contain name and value attribute and should be placed at the start of the content. The <param> tag controls the behaviour of the <object> element using a different pair of the name of value attributes, such as autoplay, controller, etc. SyntaxFollowing are some specifications about the HTML <param> tag
ExampleTest it NowOutput: Attribute:Tag-specific attributes:
Global attribute:HTML <param> tag supports the global attributes in HTML. Event attribute:HTML <param> tag supports the event attributes in HTML. Supporting Browsers
Next TopicHTML picture Tag
|