HTML Media

Multimedia is music, audio,videos and animations in different formats (.mp3, .mp4, .mpg, .wmv, .avi, .swf, .wav).

<embed> tag is used to add video to web page.

Example

<!DOCTYPE html>
<html>
<head>
<title>Title</title>
</head>
<body>
<embed src="filename.mp4" width="100" height="100" ></embed>
</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *