Page 66 - Plus V4 with Adobe class 8
P. 66
Double Tap Century #Information Literacy
21 st
Skills
1. What is Hyperlink?
2. Write the syntax to create a hyperlink.
3. Name any two CSS properties used to change the look and style of hyperlinks.
ADDING AUDIO & VIDEO
The HTML5 <audio> and <video> tags allow us to add media to a website. To add media, we are
required to set src attribute to identify the media source and include the controls attribute so the user
can play and pause the media whenever required.
Adding Audio
We use <audio> tag to embed sound content in an HTML document.
<!DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE> Audio </TITLE>
</HEAD>
<BODY>
<H1 ALIGN = "CENTER"> <FONT COLOR = "Red">
Welcome to the Musical World </FONT></H1>
<P ALIGN = "CENTER">
64 Plus (Ver. 4.0)-VIII

