Table Rowspan and Colspan Code-
<HTML>
<HEAD>
<TITLE> Table </TITLE>
</HEAD>
<BODY>
<br>
<BR>
<TABLE BORDER= 1 BORDERCOLOR="BLACK" ALIGN= "CENTER" BGCOLOR=
"GREEN">
<TR>
<TH COLSPAN= 2 > DATBASE </TH>
</TR>
<TR>
<TH ROWSPAN=2> NAME </TH> <TH> HOBBY </TH>
</TR>
<TR>
<TD> AMAIRA </TD>
<TD> DANCING </TD>
</TR>
</TABLE>
</BODY>
</HTML>
Audio and Video-
<!DOCTYPE html>
<html>
<head>
<title> Embedding mp3 audio file </title>
</head>
<body>
<center><H1> Play the number </h1></center>
<audio controls autoplay loop>
<source src= "C:\Users\Deepika
Agarwal\Desktop\The Shriram Millennium School Online Classes\Audio.mp3">
</audio>
<video controls autoplay>
<source src= "C:\Users\Deepika
Agarwal\Desktop\The Shriram Millennium School 2022-23\Final Investiture Ceremony Invite.mp4">
</video>
</body>
</html>
</body>
</html>
Youtube Video-
<!DOCTYPE html>
<html>
<head>
<title> Embedding Youtube Video</title>
</head>
<body>
<center><H1> Play the number </h1></center>
<iframe width="560" height="315" align= "right"
src="[Link] title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen></iframe>
</body>
</html>