HTML5 Audio

HTML5 provides a standard for playing audio. Audio on the Web Until now, there has never been a standard for playing audio on a web page. Today, most audio are played through a plugin (like flash). However, not all browsers have the same plugins. HTML5 specifies a standard way to include audio, with the audio [...]

 Go to post page

July 15th, 2010 by earlan

HTML5 Video

Videos on the Web Until now, there has never been a standard for showing a video or movie on a web page. Today, most videos are shown through a plugin (like flash). However, different browsers may have different plugins. HTML5 defines a new element which specifies a standard way to include video: the <video> element. [...]

 Go to post page

July 14th, 2010 by earlan

New Elements (Continue)

New Media Elements HTML5 provides a new standard for media content: Tag Description <audio> For multimedia content, sounds, music or other audio streams <video> For video content, such as a movie clip or other video streams <source> For media resources for media elements, defined inside video or audio elements <embed> For embedded content, such as [...]

 Go to post page

July 13th, 2010 by earlan