Home > Article > Web Front-end > How to use html param tag
html The param tag allows you to specify run-time settings for objects inserted into an XHTML document. That is, this tag can provide parameters for the 273238ce9338fbb04bee6997e5552b95 or 082dedeb30a00d0e6e2cdb74a392fac3 tag that contains it.
#html How to use param tag?
Use: Allows you to specify run-time settings for objects inserted into XHTML documents, that is, this tag can provide parameters for the 273238ce9338fbb04bee6997e5552b95 or 082dedeb30a00d0e6e2cdb74a392fac3 tag that contains it.
Note: In HTML, the 0c68fef83818661b6da588c77ca3985e tag has no closing tag. In XHTML, the 0c68fef83818661b6da588c77ca3985e tag must be closed properly.
Note: All browsers support the 0c68fef83818661b6da588c77ca3985e tag.
html param tag example
<object classid="clsid:F08DF954-8592-11D1-B16A-00C0F0283628" id="Slider1" width="100" height="50"> <param name="BorderStyle" value="1" /> <param name="MousePointer" value="0" /> <param name="Enabled" value="1" /> <param name="Min" value="0" /> <param name="Max" value="10" /> </object>
The above is the detailed content of How to use html param tag. For more information, please follow other related articles on the PHP Chinese website!