Web ਮਲਟੀਮੀਡੀਆ ਐਲੀਮੈਂਟ ਸੰਦਰਭ ਮੈਨੂਅਲ

<bgsound> ਐਲੀਮੈਂਟ

属性 ਕਾਰਜ
id A unique id for the element.
src ਸੋਰਸ ਫਾਈਲ ਦਾ ਸਥਾਨ (URL).
balance ਬੈਲੈਂਸ. (-10000=ਖੱਬੇ, +10000=ਸੱਜੇ).
loop ਲੂਪਾਂ ਦੀ ਸੰਖਿਆ. (-1=ਅਸੀਮਤ).
volume ਆਵਾਜ਼ ਦਾ ਪੱਧਰ. (0=ਮਹੱਤਵਪੂਰਨ, -10000=ਨਹੀਂ ਮਹੱਤਵਪੂਰਨ).

<embed> ਐਲੀਮੈਂਟ

属性 定义
autostart ਆਪਣੇ ਹੀ ਸ਼ੁਰੂ ਹੋਣਾ. (true | false).
height ਐਲੀਮੈਂਟ ਦੀ ਉਚਾਈ ਪਿਕਸਲ ਵਿੱਚ ਜਾਂ %.
hidden ਐਲੀਮੈਂਟ ਦੀ ਦਿਸ਼ਾ (true | false).
src ਸੋਰਸ ਫਾਈਲ ਦਾ ਸਥਾਨ (URL).
width ਐਲੀਮੈਂਟ ਦੀ ਚੌੜਾਈ ਪਿਕਸਲ ਵਿੱਚ ਜਾਂ %.

请同时参阅页面底部的样式化属性、通用 HTML 属性以及事件属性:

<applet> ਐਲੀਮੈਂਟ

属性 定义
alt ਬਦਲੀ ਟੈਕਸਟ.
archive ਅਰਚਿਵ ਫਾਈਲਾਂ ਦੇ ਸਥਾਨ (URLs).
code ਐਪਲਿਟ ਕੋਡ ਦਾ ਸਥਾਨ (URL).
codebase ਸਾਰੇ ਫਾਈਲਾਂ ਲਈ ਬੇਸ ਸਥਾਨ (ਮੂਲ ਯੂਰੀ).
height ਐਪਲਿਟ ਦੀ ਉਚਾਈ ਪਿਕਸਲ ਵਿੱਚ ਜਾਂ %.
name ਐਪਲਿਟ ਦਾ ਨਾਮ.
object ਐਪਲਿਟ ਦੀ ਸੰਭਾਲੀ ਪ੍ਰਤੀਨਿਧਤਾ. ਨਹੀਂ ਵਰਤੋਂ.
width ਐਪਲਿਟ ਦੀ ਚੌੜਾਈ ਪਿਕਸਲ ਵਿੱਚ ਜਾਂ %.

请同时参阅页面底部的样式化属性、通用 HTML 属性以及事件属性:

<object> ਐਲੀਮੈਂਟ

属性 定义
archive ਅਰਚਿਵ ਫਾਈਲਾਂ ਦੇ ਸਥਾਨ (URLs).
classid ਆਬਜੈਕਟ ਦਾ ਸਥਾਨ (URL).
codebase ਉਸ ਬੇਸ ਪਾਥ ਦਾ ਉਪਯੋਗ ਕਰਨਾ ਹੈ ਜੋ ਕਿ ਕਿਸੇ ਨਾਲ ਸਬੰਧਤ ਯੂਰੀ ਦਾ ਨਿਰਧਾਰਣ ਕਰਦਾ ਹੈ ਕਲਾਸ ਆਈਡੀ, ਡਾਟਾ, ਅਤੇ ਅਰਚਿਵ ਅਟਰੀਬਿਊਟਸ.
codetype The content type of the code.
data The location (URL) of object data.
declare Do not instantiate (execute) the object.
height The height of the object in pixels or %.
name The object's name.
standby Text to display while object is loading.
tabindex The position in the tab order
type The content type of the object.
usemap The location (URL) of an image map.
width The width of the player in pixels or %.

请同时参阅页面底部的样式化属性、通用 HTML 属性以及事件属性:

<param> 元素

param 元素为 object 或 applet 元素定义参数。

属性 定义
id A unique id for the element.
name Parameter name.
type Parameter content type.
value Parameter value.
valuetype Parameter value type.

样式化属性

注释:这些参数不被赞成使用。请使用样式取而代之。

属性 定义
align The alignment of the object.
border The border with in pixels.
hspace The horizontal white-space (margin) in pixels.
vspace The vertical white-space (margin) in pixels.

通用 HTML 属性

属性 定义
class The element's class.
dir The directionality of the element.
id A unique id for the element.
lang The language used by the element.
style The element's style.
title The elements title.

standard event

event handler
onclick mouse clicked
ondblclick mouse double clicked
onmousedown mouse button pressed down
onmouseup mouse button released
onmouseover cursor moved onto the element
onmousemove cursor moved within the element
onmouseout cursor moved away from the element
onkeypressed element ਉੱਤੇ key pressed and released
onkeydown element ਉੱਤੇ key pressed down
onkeyup element ਉੱਤੇ key released