write the coding of html for wish happy teachers day with image and background sound and after writing the coding please tell me what is the output
Answers
Answered by
8
</html>
<head>
<title>happy teachers day</title>
</head>
<body>
<center>
<h1>happy teachers day</h1>
<img src = "imgName.png" height=350 width=400>
<audio> src = "link of the audio" </audio>
</center>
</body>
</html>
output:
u need to edit the image which u want and also the background music
Answered by
0
Answer:
programme:
</html>
<head>
<title>happy teachers day</title>
</head>
<body>
<center>
<h1>happy teachers day</h1>
<img src = "imgName.png" height=350 width=400>
<audio> src = "link of the audio" </audio>
</center>
</body>
</html>
Similar questions