Page 65 - Code_GPT_Class_8
P. 65
<BR>
<A HREF="https://uttarakhandtourism.gov.in/destination/valley-of-flowers">Click
Here to Visit Official Website</A>
</BODY>
</HTML>
Topic Flashback 21 st Century
Skills #Information Literacy
1. What is a 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 (audio and video) to a website. To add
media, we are required to set src attribute to identify the media source and include the "controls"
attribute to allow users to play, pause and control the media:
Autoplay Attribute: The "Autoplay" attribute is a boolean attribute that plays the video automatically
as soon as the page loads
Controls Attribute: The "control" attribute allows users to gain control over how the video is played.
Adding Audio
We use <audio> tag to embed sound content in an HTML document.
<!DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE>Audio</TITLE>
Images, Links & Frames in HTML5 63

