Most recent pastes (filtered)
<!DOCTYPE html> <title>Foo!</title> </head> HTML5 test for <a href="http://www.w3.org/TR/2011/WD-html5-20110525/syntax.html#optional-tags">optional tags</a>. </body> </html>
<!DOCTYPE html> <html> <head> <title>Foo!</title> <body> HTML5 test for <a href="http://www.w3.org/TR/2011/WD-html5-20110525/syntax.html#optional-tags">optional tags</a>.
<!DOCTYPE html> <style> body { background-color: black; text-align: center; } video { margin-top: 5%; width: 90%; } </style> <title>Yelle - Comme Un Enfant (Freaks Remix)</title> <video controls="controls" src="yelle.webm"></video>
<!DOCTYPE html> <style> body { background-color: black; text-align: center; } video { margin-top: 10%; width: 80%; } </style> <video controls="controls" src="yelle.webm"></video>
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Test</title> </head> <body> <h1>HTML5 test</h1> <p>Das ist wirklich in Ordnung so.</p> </body> </html>