We can add multimedia elements to our webpages with <audio> and <video> elements.
Inside the <audio> element you need to add a series of <source> elements.
Different browsers support different formats. By creating multiple copies of the same audio file you can support all the browsers. Each <source> element will point to a different format.
The browser will load and run the first format that it supports.