Site structure

Dannys has multiple pages, each one following the following HTML structure:

 

<html>
<head>[...]</head>
<body>      <header>[...]</header>
    ...
    sections
    ...
    <footer>[...]</footer>   </body>
</html>

This example doesn’t necessarily mean it has to be this exact pattern, however it’s the most commonly used.