DOCTYPE<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!doctype html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<p>Hello world!</p>
</body>
</html>
<script>
document.createElement("element");
</script>
Firefox, Safari, Opera, Chrome, etc
element{display:block}
application/xhtml+xml
Making life easier for lazy developers
datalist<input id="datalist"
list="flights" type="text">
<datalist id="flights">
<option value="Singapore" label="SIN">
<option value="Malaysia" label="MY">
</datalist>
input type="date"<input type="date" min="2008-02-14" max="2010-02-14">
input type="range"<input name="range" type="range"
min="1000" max="3000">
<output
onformchange="value=range.value">
0</output>
input pattern=[0-9]{3} required autofocusemailurltelephonenumbersectionarticleasidehgroupheaderfooternavfigurevideoaudiomarkprogressmetertimedetailsdatalistoutputvideo
<video width="640" height="360"
src="/demo/google_main.mp4?2"
autobuffer>
<div class="video-fallback">You must
have an HTML5 capable browser.</div>
</video>
Do read addendum to this presentation