Your code is close. Your image tag should look like this..
CODE
<img src="path" height="100" weight="100">
Notice no comma and it is good pratice to make sure all your attribute values have quotation marks around them. If you want to also make sure you follow good W3C xhtml conventions you could add a forward slash just before the ">" on the end.
As for embedding sound, check out the embed tag...
HTML Embed - HTML Code tutorialor you can embed something like the windows player using the <object> tag which is shown on the following page...
How to embed windows media player in HTML documentBoth will work great. The <embed> tag is great for background music (like midi or wav) and the windows player is better for resources like MP3, .AU, and other windows media player specific formats.
Enjoy!
"At DIC we be sound embedding code ninjas... didn't you hear me whoop up on Whizzy through the page? He cried like a baby."