<html> <head> <title>The box model</title> <link href="css/style.css" rel="stylesheet"> </head> <body> <header> <h1>Intro to the box model</h1> </header>
<main> <h2>Width and height</h2> <p>All elements have a width and a height.</p> <p>We can control the width and the height very easily, but be careful when setting heights on elements, it can get you in trouble!</p> </main>