Content deleted Content added
No edit summary Tags: Visual edit Mobile edit Mobile web edit |
→<audio> element: fix syntaxhighlight error |
||
Line 19:
Example:<ref>{{Cite web|url=https://www.w3.org/wiki/HTML/Elements/audio|title = The Embed Audio element – HTML: HyperText Markup Language | MDN}}</ref>
<syntaxhighlight lang="
<audio controls>
<source src="https://media.w3.org/2010/07/bunny/04-Death_Becomes_Fur.mp4" type="audio/mp4" />
|