Html tutorial menu page html part – 11 – freetoolpt
<figure id=“14”>
<figcaption>using the code element to represent an h1 element and its content in html</figcaption>
<code>&1t;this is a primary heading ></code>
</figure>
<html>
<body>
<p>This book focuses on the latest version of the language, popularly referred to as <mark>Html5</mark></p>
</body>
</html>
<html>
<body>
<nav>
<p>this page covers the following topics:</p>
<ul>
<li><a href=“#URL”>URL</a></li>
<li><a href=“#home”>home</a></li>
<li><a href=“#URL”>URL</a></li>
<li><a href=“#URL”>URL</a></li>
<li><a href=“#URL”>URL</a></li>
</ul>
</nav>
</body>
</html>
<html>
<body>
<table border=“1”>
<tr>
<td>Row 1, column 1</td>
</tr>
<tr>
</tr>
</table>
</body>
</html>