Still a real noob here.
Here is my code:
<!DOCTYPE html><html><head><style>body{background-color:black}h1{background-color:#00ff00;}p{background-color:rgb(255,0,255);}</style></head><body><center><h1>Welcome to my Cool Website!</h1></center><p>This is a paragraph.</p><audio controls autoplay> <source src="aroundtheworld.ogg" type="audio/ogg"> <source src="aroundtheworld.mp3" type="audio/mpeg">Your browser does not support the audio element.</audio></body></html>
As far as I