Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam 98-375 Topic 6 Question 48 Discussion

Actual exam question for Microsoft's exam
Question #: 48
Topic #: 6
[All Questions]

Which two outcomes will this code fragment accomplish? (Each correct answer presents a complete solution. Choose two.)

Show Suggested Answer Hide Answer
Suggested Answer: A, B

Audio on the Web

Until now, there has not been a standard for playing audio files on a web page.

Today, most audio files are played through a plug-in (like flash). However, different browsers may have different plug-ins.

HTML5 defines a new element which specifies a standard way to embed an audio file on a web page: the

Browser Support

Internet Explorer 9+, Firefox, Opera, Chrome, and Safari support the

Example:

<source src='horse.ogg' type='audio/ogg'>

<source src='horse.mp3' type='audio/mpeg'>

Your browser does not support the audio element.


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel