1<footer>
2 <p>Author: Hege Refsnes<br>
3 <a href="mailto:hege@example.com">hege@example.com</a></p>
4</footer>
1<div id='number1' class='model'>
2 <h2>Number 1:</h2>
3 <h3>Divs</h3>
4 <p>
5 Div's are great to split up and shape your website, they can be
6 modified my css, interact with js and more.
7 </p>
8 <!-- Eny regular html code can be put in divs, multiple classes
9 can be put in divs. Yet divs can only have 1 id. Divs are so useful!-->
10</div>
11<!-- Hope This Helped! -->
1<div>hello there i am a div
2 <h1>i am h1 in div</h1>
3 <h2> i h2 in div</h2>
4</div>