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.

Plugin's page is now constructed...



+ Background Sound

<bgsound src=#> #=URL of wav file
<bgsound loop=#> #=loop number

<bgsound src="sound.wav" loop=3>

Sample Page



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



NCD HOME HTML Design Guide Main Page
Contents || Page || Font || Text Style || Image || Form || Table || Table Advanced
|| Frames || Marquee || Alternative Inline Elements
Tag Index || What's New

Network Communication Design
http://ncdesign.kyushu-id.ac.jp/
C&P 1994-1996 Yuriko Ienaga v91102@vgenda.kyushu-id.ac.jp