Computer Science, asked by laxmi7642, 5 months ago

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 Anonymous
8

\mathtt{\huge{\underline{\red{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>

output:

u need to edit the image which u want and also the background music

Answered by fabianodkhar84
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