Skip to content

Commit

Permalink
Update html-quiz.md
Browse files Browse the repository at this point in the history
Q68 is corrected
  • Loading branch information
monkrus authored May 1, 2021
1 parent 4e999ca commit 61c43ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/html-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ From [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hr): The HT

#### Q68. What does this code?
`<audio autoplay loop src="sound.mp3" type="audio/mpeg"></audio>`
- [ ] When the **play** button is pressed, the browser playes the sounds over and over again until the user stops it.
- [ ] When the **play** button is pressed, the browser plays the sounds over and over again until the user stops it.
- [x] The browser plays the sound once automatically in the background. The user has no control over the sound.
- [ ] The browser plays the sound automatically and continuously in the background. The user may stop the sound at any tune.
- [ ] The browser plays the sound automatically and continuously in the background. The user has no control over the sound.
Expand Down Expand Up @@ -1117,4 +1117,4 @@ From [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hr): The HT
</tr>
<caption>A table</caption>
</table>
```
```

0 comments on commit 61c43ee

Please sign in to comment.