Inhaltsverzeichnis

Web Applications and HTML5

Basic Document Template

<!DOCTYPE html>
<meta charset="UTF-8">
<title>Minimal HTML Template</title>
<p>Insert content here.</p>

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 Selfhtml

Use http://validator.w3.org/check to validate your own HTML5!

Local Storage

IBM - W3C

Offline Usage

IBM - W3C

Multithreading with Web Workers

IBM - W3C

Websockets

Further Reading

JavascriptDojo Toolkit