Hi guys, I'm following the book (ISBN: 978-1-118-34018-9) and I found that on page: 27 on The <nav> Element, it's missing a closing tag at the beginning, this is the code:
HTML Code:
<nav>
<p><a href="recipes.html">Recipes</p>
<p><a href="menu.html">Menu</a></p>
<p><a href="opening_times.html">Opening Times</a></p>
<p><a href-"contact.html">contact</a></p>
</nav>
On the first line is missing: </a>
It's a small detail but I wanted to share it. Thanks for the book