Main |
Dedicated |
Colocation |
Webservices |
Smart Building |
Domain |
ISDN
ALTERNATIVE INLINE ELEMENTS
HTML Design Guide - Table v3.0
EMBED
Basic <embed src=#> #=URL
This tag is used for embedding alternative elements
such as movie, sound, vrml and more.
To work <embed> now, correct plugin must be installed.
And embed attributes are different between each plugins.
Background Sound

<bgsound src=#> #=URL of wav file
<bgsound loop=#> #=loop number
<bgsound src="sound.wav" loop=3>
Insert Video Clip

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