"Reprint please retain the integrity of the content of the Wind network article, if you do not comply with this principle, we will retain the right to pursue legal responsibility"
<http://www.aliyun.com/zixun/aggregation/12616.html ">param> label
Definitions and usage
The Param element allows you to specify Run-time settings for the object that inserts the XHTML document, that is, the label can provide parameters for the <object> tag that contains it.
Differences between HTML 4.01 and HTML 5
Some properties in HTML 4.01 are no longer supported.
Example
<object id= "Slider1" width= "height=" >
<param name= "BorderStyle" value= "1"/>
<param name= "MousePointer" value= "0"/>
<param name= "Enabled" value= "1"/>
<param name= "Min" value= "0"/>
<param name= "Max" value= "ten"/>
</object>
Property
The
property value describes the unique name (unique identifier) of the 4 5 name unique_name definition parameter. 4 5 Type MIME type sets the MIME types of the parameters (Internet media type). Not supported. 4 value value of the specified parameter. 4 5 ValueTypes
Data
Ref
Object
the MIME type of the specified value. Not supported. 4
Standard properties
Class, Contenteditable, ContextMenu, dir, draggable, id, irrelevant, lang, ref, Registrationmark, TabIndex, template, For a complete description of the title, visit the standard properties in HTML 5.
Event Properties
Onabort, onbeforeunload, onblur, onchange, onclick, OnContextMenu, ondblclick, Ondrag, Ondragend, OnDragEnter, OnDragLeave, OnDragOver, ondragstart, OnDrop, OnError, onfocus, onkeydown, onkeypress, onkeyup, onload, OnMessage, OnMouseDown, OnMouseMove, Nmouseover, onmouseout, onmouseup, OnMouseWheel, OnResize, Onscroll, Onselect, onsubmit, OnUnload for a complete description, visit the event properties in HTML 5.