- ping attribut bei links (https://codesandbox.io/s/a-ping-attribute-spb95)
- download attribute bei links (https://codesandbox.io/s/a-download-file-15msu)
- CSS :target selector für SPA like verhalten ohne JS (https://codesandbox.io/s/css-target-selector-ow5vq)
- wbr für Worttrennung (https://codesandbox.io/s/dialog-and-word-break-xd16k?file=/index.html)
- Abkürzungen und Definitionen
- sub, sup, del, ins
- HTML Dialog Element (https://codesandbox.io/s/dialog-and-word-break-xd16k?file=/index.html)
- Klick auf Label Element zum schnellzugriff auf ein Input Field Foo ... da braucht man kein for="..."
- Element -> okay, das ist insbesondere mit JS Nützlich...
- contenteditable attribute
- Einfacher Weg auf der Serverseite herauszufinden ob der aktuelle User-Agent JS aktiviert hat (https://www.codeproject.com/Tips/1217469/How-to-Detect-if-Client-has-JavaScript-Enabled-Dis)
- loading="lazy" attribute for image https://web.dev/browser-level-image-lazy-loading/
- rel=noopener, noreferrer,nofollow https://pointjupiter.com/what-noopener-noreferrer-nofollow-explained/
- Default Referrer Policy https://w3c.github.io/webappsec-referrer-policy/#referrer-policy
- Change http method to submit form for input elements via formmethod attribute https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formmethod
- 10 rare HTML tags
- Hidden features of HTML
- 5 HTML tricks
- Built-in autocompletion with input and datalist: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
- Built-in expandable with details and summary: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
- SVG animations with CSS: https://css-tricks.com/animating-svg-css/