add codecrispies links to html examples

This commit is contained in:
2026-04-24 09:19:26 +02:00
parent 7bbfa74f1b
commit a941b81d37

View File

@@ -948,6 +948,14 @@ Farbbild: Rot + Grün + Blau
--- ---
2⁸
2⁴ 2⁴
16 16
0-F 0-F
<!--
# Zahlensysteme # Zahlensysteme
**Eine Ziffer — wie viele Werte?** **Eine Ziffer — wie viele Werte?**
@@ -959,7 +967,7 @@ Farbbild: Rot + Grün + Blau
| **Hexadezimal** | 16 | 0-F | `2A` = 2×16 + 10 | | **Hexadezimal** | 16 | 0-F | `2A` = 2×16 + 10 |
→ Alle drei beschreiben dieselbe Zahl: **42** → Alle drei beschreiben dieselbe Zahl: **42**
-->
<!-- <!--
Dezimal = was wir im Alltag nutzen (10 Finger → 10 Ziffern) Dezimal = was wir im Alltag nutzen (10 Finger → 10 Ziffern)
Binär = was Computer nutzen (Strom an/aus → 2 Zustände) Binär = was Computer nutzen (Strom an/aus → 2 Zustände)
@@ -1346,6 +1354,8 @@ Accessibility ist eingebaut
<small>Dokumentation auf [developer.mozilla.org](https://developer.mozilla.org/de/docs/Web/HTML/Reference/Elements/details)</small> <small>Dokumentation auf [developer.mozilla.org](https://developer.mozilla.org/de/docs/Web/HTML/Reference/Elements/details)</small>
<small>Code-Beispiel auf [codecrispi.es](https://codecrispi.es/#html-details-summary/0)</small>
--- ---
# Beispiel: Details/Summary (geöffnet) # Beispiel: Details/Summary (geöffnet)
@@ -1361,6 +1371,8 @@ Accessibility ist eingebaut
<small>Dokumentation auf [developer.mozilla.org](https://developer.mozilla.org/de/docs/Web/HTML/Reference/Elements/details#erstellen_einer_offenen_disclosure-box)</small> <small>Dokumentation auf [developer.mozilla.org](https://developer.mozilla.org/de/docs/Web/HTML/Reference/Elements/details#erstellen_einer_offenen_disclosure-box)</small>
<small>Code-Beispiel auf [codecrispi.es](https://codecrispi.es/#html-details-summary/1)</small>
--- ---
@@ -1374,6 +1386,8 @@ Accessibility ist eingebaut
<small>Dokumentation auf [developer.mozilla.org](https://developer.mozilla.org/de/docs/Web/HTML/Reference/Elements/button)</small> <small>Dokumentation auf [developer.mozilla.org](https://developer.mozilla.org/de/docs/Web/HTML/Reference/Elements/button)</small>
<small>Code-Beispiel auf [codecrispi.es](https://codecrispi.es/#html-forms-basic/2)</small>
--- ---
# Beispiel: Input/Eingabefeld # Beispiel: Input/Eingabefeld
@@ -1389,6 +1403,8 @@ Accessibility ist eingebaut
<small>Dokumentation auf [developer.mozilla.org](https://developer.mozilla.org/de/docs/Web/HTML/Reference/Elements/input)</small> <small>Dokumentation auf [developer.mozilla.org](https://developer.mozilla.org/de/docs/Web/HTML/Reference/Elements/input)</small>
<small>Code-Beispiel auf [codecrispi.es](https://codecrispi.es/#html-forms-basic/0)</small>
--- ---
# Beispiel: Dialog # Beispiel: Dialog
@@ -1408,6 +1424,7 @@ Accessibility ist eingebaut
<small>Dokumentation auf [developer.mozilla.org](https://developer.mozilla.org/de/docs/Web/HTML/Reference/Elements/dialog)</small> <small>Dokumentation auf [developer.mozilla.org](https://developer.mozilla.org/de/docs/Web/HTML/Reference/Elements/dialog)</small>
<small>Code-Beispiel auf [codecrispi.es](https://codecrispi.es/#html-dialog/0)</small>
--- ---