Skip to content

Commit 4bb5c68

Browse files
fix: improvements from recordings 31.03.2025
1 parent 46c46b8 commit 4bb5c68

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3673,7 +3673,7 @@ HTML provides a wide range of tags and attributes that can positively impact a w
36733673

36743674
[^94]CodeSandbox: Image Alt Attribute.
36753675

3676-
[^94]:[CodeSandbox: Image Alt Attribute](https://fgcs54.csb.app/), last access: September 6, 2024.
3676+
[^94]:[CodeSandbox: Image Alt Attribute](https://fgcs54.csb.app/), last access: March 31, 2025.
36773677

36783678
- In this example, the `alt` attribute provides alternative text for the image, describing its content and context. This helps improve accessibility for users who cannot see the image and provides valuable information to search engines for indexing.
36793679

@@ -3697,15 +3697,15 @@ HTML provides a wide range of tags and attributes that can positively impact a w
36973697
</article>
36983698
</main>
36993699
<footer>
3700-
<p>&copy; 2024 Website Name. All rights reserved.</p>
3700+
<p>&copy; 2025 Website Name. All rights reserved.</p>
37013701
</footer>
37023702
```
37033703

37043704
[![Edit 095-Semantic HTML Elements](images/codesandbox.svg)](https://codesandbox.io/p/sandbox/095-semantic-html-elements-ncm57v)
37053705

37063706
[^95]CodeSandbox: Semantic HTML Elements.
37073707

3708-
[^95]:[CodeSandbox: Semantic HTML Elements](https://ncm57v.csb.app/), last access: September 6, 2024.
3708+
[^95]:[CodeSandbox: Semantic HTML Elements](https://ncm57v.csb.app/), last access: March 31, 2025.
37093709

37103710
- Semantic HTML elements like `<header>`, `<nav>`, `<main>`, `<article>`, and `<footer>` provide meaningful structure to the web page, making it easier for search engines to understand the purpose and context of different sections.
37113711

__presentation-slides/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,13 +2534,13 @@ <h2>Article Title</h2>
25342534
</article>
25352535
</main>
25362536
<footer>
2537-
<p>&copy; 2024 Website Name. All rights reserved.</p>
2537+
<p>&copy; 2025 Website Name. All rights reserved.</p>
25382538
</footer>
25392539
```
25402540

25412541
[![Edit 095-Semantic HTML Elements](images/codesandbox.svg)](https://codesandbox.io/p/sandbox/095-semantic-html-elements-ncm57v)
25422542

2543-
[CodeSandbox: Semantic HTML Elements](https://ncm57v.csb.app/), last access: September 6, 2024.
2543+
[CodeSandbox: Semantic HTML Elements](https://ncm57v.csb.app/).
25442544

25452545
---
25462546

0 commit comments

Comments
 (0)