Page 124 - TP_Plus_v2.2_Class_8
P. 124
<IMG SRC="MusicalNote.jpg">
</P>
<AUDIO SRC="Flute.mp3" CONTROLS AUTOPLAY>
</AUDIO>
</BODY>
</HTML>
Output
Adding Video
We use <video> tag to embed video in an HTML document.
<!DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE>Video</TITLE>
</HEAD>
<BODY>
<H1 STYLE="TEXT-ALIGN: center; COLOR: red;">Welcome to the World of Movies</
H1>
<P STYLE="TEXT-ALIGN: center;">
<IMG SRC="VideoLogo.png" WIDTH="100" HEIGHT="100">
</P>
<VIDEO SRC="Rain.mp4" WIDTH="300" HEIGHT="300" CONTROLS AUTOPLAY>
</VIDEO>
</BODY>
</HTML>
Imagine, creating a website that hosts interactive debates and discussions. How
would you use HTML to structure the conversation and incorporate multimedia
content? Design a web page that would foster meaningful exchanges among
participants?
122 Plus (Ver. 2.2)-VIII

