Web मल्टीमीडिया एलीमेंट संदर्भ मानचित्र

<bgsound> एलीमेंट

गुण कार्यक्षमता
id एलिमेंट के लिए एक अनूठा आय्कृतक (id)।
src The location (URL) of the source file.
balance The balance. (-10000=left, +10000=right).
loop The number of loops. (-1=infinite).
volume The volume. (0=max, -10000=min).

<embed> एलीमेंट

गुण वर्णन
autostart Automatic start. (true | false).
height The height of the element in pixels or %.
hidden The visibility of the element. (true | false).
src The location (URL) of the source file.
width The width of the element in pixels or %.

कृपया नीचे के पृष्ठ के शैलीकृत गुणों, सामान्य HTML गुणों और इवेंट गुणों को भी देखें:

<applet> एलीमेंट

गुण वर्णन
alt An alternate text.
archive The locations (URLs) of archive files.
code The location (URL) of the applet code.
codebase The base location (default URL) for all files.
height The height of the applet in pixels or %.
name The name of the applet.
object A saved representation of the applet. Do not use.
width The width of the applet in pixels or %.

कृपया नीचे के पृष्ठ के शैलीकृत गुणों, सामान्य HTML गुणों और इवेंट गुणों को भी देखें:

<object> एलीमेंट

गुण वर्णन
archive The locations (URLs) of archive files.
classid The location (URL) of the object.
codebase The base path used to resolve relative URIs specified by classid, data, और archive अटिबूट्स.
codetype कोड की सामग्री क़िस्म
data ऑब्जैक्ट डाटा के स्थान (URL)।
declare ऑब्जैक्ट को इनस्टैंसिएट (अनुवादन) करें नहीं।
height ऑब्जैक्ट की ऊंचाई पिक्सेल में या % में।
name ऑब्जैक्ट का नाम
standby ऑब्जैक्ट लोड होते समय प्रदर्शित होने वाला लेख
tabindex टैब आदेश क्रम में स्थिति
type ऑब्जैक्ट की सामग्री क़िस्म
usemap एक इमेज मैप के स्थान (URL)।
width प्लेयर की चौड़ाई पिक्सेल में या % में।

कृपया नीचे के पृष्ठ के शैलीकृत गुणों, सामान्य HTML गुणों और इवेंट गुणों को भी देखें:

<param> एलिमेंट

param एलिमेंट ऑब्जैक्ट या applet एलिमेंट के लिए पैरामीटर को परिभाषित करता है।

गुण वर्णन
id एलिमेंट के लिए एक अनूठा आय्कृतक (id)।
name पैरामीटर नाम
type पैरामीटर सामग्री क़िस्म
value पैरामीटर मान
valuetype पैरामीटर मान क़िस्म

शैलीकृत गुण

टिप्पणी:ये पैरामीटर का इस्तेमाल करने का समर्थन नहीं है। कृपया शैली का इस्तेमाल करें।

गुण वर्णन
align ऑब्जैक्ट के अनुवादन (alignment)।
border पिक्सेल में बॉर्डर।
hspace पिक्सेल में आड़ाचार (मार्जिन)।
vspace पिक्सेल में ऊर्ध्ववर्ती श्वेत-स्थान (मार्जिन)।

सामान्य HTML गुण

गुण वर्णन
class एलिमेंट की क्लास।
dir एलिमेंट की दिशा।
id एलिमेंट के लिए एक अनूठा आय्कृतक (id)।
lang एलिमेंट का इस्तेमाल करने वाली भाषा।
style एलीमेंट का स्टाइल.
टाइटल एलीमेंट का टाइटल.

स्टैंडर्ड इवेंट

इवेंट हैंडल
onclick माउस क्लिक
ondblclick माउस डबल क्लिक
onmousedown माउस बटन डाउन की गई
onmouseup माउस बटन रिलीज की गई
onmouseover कर्सर एलीमेंट पर आ जाया
onmousemove कर्सर एलीमेंट के अंदर जाया
onmouseout कर्सर एलीमेंट से दूर जाया
onkeypressed एलीमेंट पर डाउन और रिलीज की गई की
onkeydown एलीमेंट पर डाउन की गई की
onkeyup एलीमेंट पर की रिलीज की गई की