Computer Science, asked by kalyanbabar21, 8 months ago

Rearrange the following html code
a <head><
title>using bgsound < /title>
(b)<h1>playing background sound < /h1> </head>
(c) < body>
(d)< html>
(e) < bgsound src="sound mp3" loop=-1>
(f)<
html>
(g)< /body>​

Answers

Answered by dhanamvijay2002
2

Answer:

<html>

<head>

<title>using bgsound < /title>

</head>

<body>

<h1>playing background sound < /h1>

< bgsound src="sound mp3" loop=-1>

</body>

</html>

Similar questions