Course Content
Introduction to HTML
Introduction to HTML
1. Basics Introduction
3. Metadata and the Head Element
4. Advanced Text Formatting Elements
Audio
The audio
element in HTML allows you to embed audio files on a web page. Its functionality is quite similar to that of the video
element. They also share most of the attributes. The only difference is that of their name and the media they serve.
index.html
You can also use the source
element to specify multiple versions of the audio in different formats, and the browser will choose the appropriate version based on the device's capabilities.
index.html
Everything was clear?
Thanks for your feedback!
Section 5. Chapter 7