Error analysis

Report a typo

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.

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
___

Create a free account to access the full topic