Home >Web Front-end >HTML Tutorial >html元素属性问题?_html/css_WEB-ITnose

html元素属性问题?_html/css_WEB-ITnose

PHP中文网
PHP中文网Original
2016-06-21 09:45:31884browse

HTML object 属性 name

<object width="300" height="300" 
type="video/x-ms-asf" data="younao01.mp4" 
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"> 
<param name="url" value="younao01.mp4"> 
<param name="filename" value="younao01.mp4"> 
<param name="autostart" value="1"> 
<param name="uiMode" value="full" /> 
<param name="autosize" value="1"> 
<param name="playcount" value="1"> 
<embed type="application/x-mplayer2" src="younao01.mp4" width="100%" height="100%" autostart="true" showcontrols="true" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"></embed> 
</object>

boject中怎么有属性data 
还有param中name属性又是什么意思?


解决方案

data 属性规定对象所用资源的 URL或者地址。

param中name属性是定义参数的名称

Statement:
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