Page 107 - CA 165 ver 1.0 Class 10
P. 107
Lab Assignment ‘n Activity Subject Enrichment
Complete the following activity and tick on the circle.
Create an HTML form as shown below:
EMBEDDING MULTIMEDIA OBJECTS
You can add audio and video in your web page by using the <AUDIO> and <VIDEO> tags. Let us learn
about them.
Inserting Sound using <AUDIO> Tag
The <AUDIO> element enables to embed audio in web pages. Syntax to use the <AUDIO> tag is as
follows:
<AUDIO CONTROLS>
<SOURCE SRC="Name of the Audio File” TYPE=“AUDIO/WAV”>
</AUDIO>
More About HTML 105

