Friday, April 23, 2010

html video inserting tags


Inserting videos :-
To insert videos and sounds ,we should write the following tags.
Video is also one kind of picture so that it is also inserted using image tags but source inserting tag is different.

Tag:-
<img>---</img>
Attributes:-
dynsrc="source of video"
border=" number"
height="number"
width="number"
align="left/right"
syntax:-
<img dynsrc=" " border=" " height=" " width=" " align=" ">
.......
</img>

Note:-
Video's file has the *.dat ,*.mpg,*.avi,*.wpa extension.


Inserting background sound:-

To insert the background sound we do as following:-
a.The tag is written before the body tags.
b.The tag is <bgsound src="sound source">
syntax:-
<head><title></title></head>
<bgsound src="sound source">
<body>
</body>

Note:-
The sound file's extension is "*.mp3"


For Further Reading,
HTML Notes

0 comments:

Post a Comment

 

Popular Posts

Man Behind This Blog