<!DOCOTYPE html>
<html>
<head>
<Title>Basic CSS</title>
<style>
* {
background-color: #555;
margin: 0px;
font-family: arial, helvetica, sans-serif;
}
#head {
background-color: black;
height: 56px;
}
#div, h1 {
color: white;
position: absolute; top: 5;
background-color: black;
margin-left: 500px...