Adding music to a web page

Report a typo

Add https://cogniterra.org/media/attachments/lesson/24488/cat.ogg sound to your HTML body using just one paired tag. Then make the sound control panel visible on the web page.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Adding music to a web page</title>
</head>
<body>
</body>
</html>
Completed 1 of 4
Use the paired tag to add an audio recording
Point the way to the audio file
___

Create a free account to access the full topic