index DOWNLOAD
<html>
<head>
<title>Job</title>
<link rel=”stylesheet” type=”text/css” href=”style.css”>
</head>
<body>
<div id=”header”>
<h1>Job Title</h1>
</div>
<div id=”nav”>
Home<br>
Link<br>
Link
</div>
<div id=”section”>
<h1>Job Description</h1>
<p>This is where the job description goes.</p>
<p>More job description.</p>
</div>
<div id=”footer”>
Copyright © Your Name Here.
</div>
</body>
</html>