INLINE OBJECTS
NCD HTML Design Guide v6.0
Sponsor's ADs:
EMBED
<embed src=#> #=URL
This tag is used for embedding alternative elements
such as movie, audio, and etc.
Usually, browser has to install the Plugin to embed these elements.
Object
<object codebase=#1 code=#2>
<param name=X value=X>
</object>
#1=URL, #2=filename of executable content
X=property name & value for executable content
This tag is used for embedding alternative elements
such as movie, audio, and etc.
Usually, browser has to install the ActiveX Control to embed these elements.
Applet
<applet codebase=#1 code=#2>
<param name=X value=X>
</applet>
#1=URL, #2=filename of executable content
X=property name & value for executable content
Script
<script language=#>
... script data ...
</script>
#=Script Language
Background Sound
This is an old style.
Streaming Media is better to embed the audio data.
<bgsound src=#> #=URL of wav file
<bgsound loop=#> #=loop number
<bgsound src="sound.wav" loop=3>
Sample Page
Insert Video
This is an old style.
Streaming Media is better to embed the movie data.
<img src="url.gif" dynsrc="url.avi">
|
<img src="SAMPLE-S.GIF"
dynsrc="SAMPLE-S.AVI">
|
Start <img start=#> #=fileopen, mouseover
#=fileopen is a default.
You can specify both as <img start=fileopen,mouseover>
|
<img src="SAMPLE-S.GIF"
dynsrc="SAMPLE-S.AVI"
start=mouseover>
|
Controls <img controls>
|
<img src="SAMPLE-S.GIF"
dynsrc="SAMPLE-S.AVI"
controls>
|
Loop <img loop=#>
<loop=infinite> will loop indefinitely.
|
<img src="SAMPLE-S.GIF"
dynsrc="SAMPLE-S.AVI"
loop=3>
|
Delay <img loopdelay=#> #=milliseconds
|
<img src="SAMPLE-S.GIF"
dynsrc="SAMPLE-S.AVI"
loop=3 loopdelay=250>
|
HTML Design Guide
|
Style Sheet Guide
Document |
Page |
Font |
Text |
Image |
Form |
Table |
Frame |
Objects |
XML
HTML TAG LIST |
PDF Edition
Network Communication Design -
/
Copyright & Publishing 1994-2008
Network Communication Design