Skip to content

Commit 947174b

Browse files
fix: improvements from recordings 02.04.2025
1 parent 34f5ea6 commit 947174b

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3849,16 +3849,16 @@ The `<audio>` and `<video>` elements in HTML5 allow developers to embed audio an
38493849

38503850
```html
38513851
<video controls>
3852-
<source src="video.mp4" type="video/mp4">
3853-
Your browser does not support the video tag.
3852+
<source src="video.mp4" type="video/mp4">
3853+
Your browser does not support the video tag.
38543854
</video>
38553855
```
38563856

38573857
[![Edit 100-Multimedia Integration](images/codesandbox.svg)](https://codesandbox.io/p/sandbox/100-multimedia-integration-zlskc5)
38583858

38593859
[^100]CodeSandbox: Multimedia Integration.
38603860

3861-
[^100]:[CodeSandbox: Multimedia Integration](https://zlskc5.csb.app/), last access: April 1, 2025.
3861+
[^100]:[CodeSandbox: Multimedia Integration](https://zlskc5.csb.app/), last access: April 2, 2025.
38623862

38633863
#### Mobile Optimization
38643864

@@ -3874,7 +3874,7 @@ With the increasing usage of mobile devices for accessing the web, it's essentia
38743874

38753875
[^101]CodeSandbox: Mobile Optimization.
38763876

3877-
[^101]:[CodeSandbox: Mobile Optimization](https://mmrlcx.csb.app/), last access: September 9, 2024.
3877+
[^101]:[CodeSandbox: Mobile Optimization](https://mmrlcx.csb.app/), last access: April 2, 2025.
38783878

38793879
#### Accessibility Features
38803880

@@ -3890,7 +3890,7 @@ Accessibility is an important aspect of web development, ensuring that web conte
38903890

38913891
[^102]CodeSandbox: Accessibility Features.
38923892

3893-
[^102]:[CodeSandbox: Accessibility Features](https://2tk54j.csb.app/), last access: September 9, 2024.
3893+
[^102]:[CodeSandbox: Accessibility Features](https://2tk54j.csb.app/), last access: April 2, 2025.
38943894

38953895
#### Code Organization and Commenting
38963896

__presentation-slides/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2692,8 +2692,8 @@ <h3>Article Title</h3>
26922692

26932693
```html[|1|4|1,4|2|3]
26942694
<video controls>
2695-
<source src="video.mp4" type="video/mp4">
2696-
Your browser does not support the video tag.
2695+
<source src="video.mp4" type="video/mp4">
2696+
Your browser does not support the video tag.
26972697
</video>
26982698
```
26992699

@@ -2735,6 +2735,10 @@ <h3>Article Title</h3>
27352735
X</button>
27362736
```
27372737

2738+
[![Edit 102-Accessibility Features](images/codesandbox.svg)](https://codesandbox.io/p/sandbox/102-accessibility-features-2tk54j)
2739+
2740+
[CodeSandbox: Accessibility Features](https://2tk54j.csb.app/).
2741+
27382742
---
27392743

27402744
### Code Organization and Commenting <!-- .slide: data-transition="zoom" data-transition-speed="slow" -->

0 commit comments

Comments
 (0)