Page 70 - TP_Play_V2.2_Class8
P. 70
The <audio> and <video> tags might not work in some browsers that do not support HTML5 and the
file formats.
WAV, MP3, and Ogg are the file formats currently supported to embed audio.
MP4, WebM, and Ogg are the file formats currently supported to embed video.
Interdisciplinary Learning
#Science
Create a webpage on "Soil and Crops" and also add images and videos of soil and crops.
#Lab Activity
FRAMES
HTML frames are used to divide a browser window into multiple sections, each displaying a separate
HTML document.
HTML provides a feature to display more than one web pages on a single screen of the web browser.
These web pages are actually displayed using frames. Frames are the different sections or parts of
a web page. The <IFRAME> tag of HTML allows you to embed another HTML document within your
current web page. The iframe in HTML stands for Inline Frame. For example,
<IFRAME SRC="url" NAME="description">
Where, URL is the address of a web page which you want to display in a frame. The <IFRAME> tag
provides the following attributes:
SRC: It is used to specify the URL of the web page which you want to display in the frame.
HEIGHT: It is used to specify the height of the frame.
68 Plus (Ver. 4.0)-VIII

