Why does this code fail to connect the audio located under the link media/example.ogg?
Take a close look at the code. Your task is to find errors and fix them.
Audio
Error analysis
Report a typo
Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Error analysis</title>
</head>
<body>
<audio controls>
<rel="media/example.ogg" type="audio/mpeg">
</audio>
</body>
</html>
Completed 0 of 3
Fix a bug with missing tags
Correct the error with the value of the attribute
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.