HTML and CSS Reference
In-Depth Information
Answers
This section contains the solutions to the thought experiments and answers to the objective
review questions in this chapter.
Objective 1.1: Thought experiment
The following HTML shows the conversion of the page to HTML5:
<html>
<head>
<title></title>
</head>
<body>
<table>
<tr>
<td colspan="3">
<header>
<h1>A Thoughtful Experiment</h1>
</header>
</td>
</tr>
<tr>
<td>
<nav>
<a href="">Home</a>
<a href="">Page 1</a>
<a href="">Page 2</a>
<a href="">Page 3</a>
</nav>
</td>
<td>
<section>
<article>
<hgroup>
<h1>An Article regarding thought is presented here.</h1>
<h2>Thought as a provoking element.</h2>
</hgroup>
.....................
<aside>Here are some reference materials.</aside>
</article>
</section>
</td>
<td>
<section id="profile">
.....
</section>
</td>
</tr>
<tr>
<td>
<footer>
This page is copyright protected.
</footer>
 
Search WWH ::




Custom Search