You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4160,6 +4160,12 @@ The Audio and Video API allows web applications to embed and control audio and v
4160
4160
</video>
4161
4161
```
4162
4162
4163
+
[](https://codesandbox.io/p/sandbox/114-audio-and-video-api-zzyzjg)
4164
+
4165
+
-[^114]CodeSandbox: Audio and Video API.
4166
+
4167
+
[^114]:[CodeSandbox: Audio and Video API.](https://zzyzjg.csb.app/), last access: October 6, 2024.
4168
+
4163
4169
- The code above demonstrates how to use the `<audio>` and `<video>` elements to embed audio and video content.
4164
4170
- The `controls` attribute adds playback controls (play, pause, volume, etc.) to the media player.
4165
4171
- Multiple `<source>` elements can be included to provide alternative formats or sources for the media content, ensuring compatibility with different browsers and devices.
@@ -4174,8 +4180,8 @@ The File API enables web applications to access and manipulate files on the user
0 commit comments