item { property: value; }
<head>
add:
<link rel="stylesheet" type="text/css" href="style.css" >
. This tells the HTML file where to look for your style sheet.
<body>
and
<h1>
:
body {
background-color: red;
}
h1 {
color: black;
font-family: helvetica;
text-align: center;
}
a:link, a:visited, a:hover, a:active
. Explain the differences between these four link states.