Home > Web Front-end > HTML Tutorial > The valueType attribute of the param tag under the object tag in html

The valueType attribute of the param tag under the object tag in html

黄舟
Release: 2017-07-03 14:12:45
Original
2232 people have browsed it

The valueType

attribute of the param tag under the object tag in html is

<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" />
Copy after login
<param name= "FileName" value="文件地址" valueType = "ref" />
</object>
Copy after login
valueType  可以取值 data ref object  规定值的 MIME 类型
Copy after login

. The abbreviation of MIME type is ( Multipurpose Internet Mail Extensions) represents Internet media type. MIME uses a simple string . It was originally used to identify the type of email attachment. The content-type attribute can be used in html files. Represents an Internet standard that describes a file type.

MIME types can contain video, images, text, audio, applications and other data.


The above is the detailed content of The valueType attribute of the param tag under the object tag in html. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template