Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
becki:linux:html5 [2013-02-13 09:13] becki |
becki:linux:html5 [2024-02-22 08:43] (aktuell) becki |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Web Applications and HTML5 == | ====== Web Applications and HTML5 == | ||
| ===== Basic Document Template == | ===== Basic Document Template == | ||
| - | |||
| - | |||
| <code html> | <code html> | ||
| Zeile 11: | Zeile 9: | ||
| </code> | </code> | ||
| - | [[http://dev.w3.org/html5/html-author/#basic-templates|Source and alternative templates]] | + | [[http://dev.w3.org/html5/html-author/#basic-templates|Source and alternative templates]]. This is a minimal template, omitting ''html, head & body'' tags. You can also use the source code of http://diveintohtml5.info/ as model. |
| + | Amendment 2024-02-22: The templates above are not available any more. It is probably better to use the full template from [[https://wiki.selfhtml.org/wiki/HTML/Tutorials/Grundger%C3%BCst|Selfhtml]] | ||
| + | |||
| + | Use http://validator.w3.org/check to validate your own HTML5! | ||
| ===== Local Storage == | ===== Local Storage == | ||
| Zeile 33: | Zeile 34: | ||
| ===== Further Reading == | ===== Further Reading == | ||
| + | * www.html5rocks.com | ||
| * [[ibm>library/wa-webstandards/|Good HTML5 technology overview]]: HTML5, CSS3, and related technologies / A rapid-fire guide to new and emerging web standards | * [[ibm>library/wa-webstandards/|Good HTML5 technology overview]]: HTML5, CSS3, and related technologies / A rapid-fire guide to new and emerging web standards | ||
| * [[http://www.diveintohtml5.org/|Dive Into HTML5]] (German print version is: "Durchstarten mit HTML5") | * [[http://www.diveintohtml5.org/|Dive Into HTML5]] (German print version is: "Durchstarten mit HTML5") | ||