|
1)Image
Most of web browser can print image with text in document.
The extension of graphic file, which can be printed, is XBM,GIF,JPEG
etc.
To see a graphic file of other extension, you should have
outside program.
|
<img src="Image file name" align="top/bottom/middle"
width=the number of pixel/percentage
height=the number of pixel/percentage
border=the number of pixel, set the image outline
vspace=the number of pixel, space in the upper and bottom
side of image
hspace=the number of pixel, space in the left and right
side of image
alt=alternative letter> For the browser, that is
printed only text, display this
|
2)Audio, Video file
-To use link
Video file supports only AVI extension, so if you execute MOV,
MPEG file, you should install outside program.
Ex) <a href="Sound/Video file">...</a>
-To use outside program
<embed src="Audio/Video file name/width height>
autostart=true, it is executed automatically, if you click false
button, it is executed. |