*"HTML5" as a Technology = HTML5, CSS3, new JavaScript APIs
<!DOCTYPE HTML>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<!-- Stylesheets and scripts go here -->
</head>
<body>
<h1>Page Heading</h1>
<p>Lorem ipsum dolor sit amet and the rest</p>
<!-- More body content goes here -->
</body>
</html>
<div id=“content” class=“dark-box”>
<div class=“image-box”>
<img src=“image.jpg” width=“320” height=“240”/>
</div>
</div>
<link rel="stylesheet" type="text/css" href="style.css"/>
<style type="text/css">
#container {
width: 1000px;
margin: auto;
}
</style>
<span style="color:red; font-weight:bold">
Lorem ipsum and the rest</span>
#container {
width: 1000px;
margin: auto;
}
.header {
font-size: 24px;
color: #FF0000;
}