Body top left position : top : Box Model HTML CSS TUTORIALS


HTML CSS TUTORIALS » Box Model » top »

 

Body top left position


 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
  html, body {
   margin: 0;
   padding: 0;
   position: absolute;
   top: 0;
   left: 0;
  }
</style>
</head>

<body>

<h1>Lorem ipsum dolor sit amet</h1> 

<h2>Nulla cursus semper metus</h2> 

<h3>Nam enim</h2> 
  
<p>this is a test.</p>


</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Box Model
» top