Paste the following code into a text document on your computer:
<html>
<head>
<title> Put title of webpage here </title>
</head>
<body bgcolor="white" text="black">
<h1> My poem </h1>
<p text-align="center">This is where you will put your poem.</p>
</body>
</html>
Put your title of the webpage in the code where it says: "My poem." Next, copy your poem between the <p text-align="center"> and </p> tags into the body of the webpage where it says "This is where you will put your poem."
Embed the music file you wish to use by placing the following code into the text file code after your poem and its </p> tag.
<embed src="music.mid" autostart="true" loop="true"
width="2" height="0">
</embed>
Replace "music.mid" with the name of your music file, including the extension, such as "mid" in this case.
Save the text file as a webpage file by clicking "save as," naming the file normally, but adding a period and the extension "htm" at the end of the title before you click "save."
Upload the text file (now a HTML file) and your music file to your chosen website host where you have an account and capability to upload webpages to the Internet. Preview the page when you are finished.