Multimedia Elements

Multimedia is media and content that uses a combination of different content forms. The term can be used as a noun (a medium with multiple content forms) or as an adjective describing a medium as having multiple content forms. The term is used in contrast to media which only use traditional forms of printed or hand-produced material. Multimedia includes a combination of text, audio, still images, animation, video, and interactivity content forms.

Music

  1. I am listening...
  2. What are you listening...

Music is an art form whose medium is sound. Common elements of music are pitch (which governs melody and harmony), rhythm (and its associated concepts tempo, meter, and articulation), dynamics, and the sonic qualities of timbre and texture. The word derives from Greek μουσική (mousike), "(art) of the Muses."

Video

#html5 video syntax:
            
            <video src="video.mp4" width="320" height="240" controls preload></video>

To enable HTML5 video tags in all major browsers, 
simply paste the following code into the  of your document:
<script src="http://html5media.googlecode.com/svn/trunk/src/html5media.min.js"></script>