Tuesday, January 20, 2015

Computer Elective Code Work

Copy and past the following code into your Notepad document:

<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
#header { }
h1{ }
p {}
body {}
#nav { }
#section { }
#footer { }
</style>
</head>

<body>

<div id="nav">
<br>
<br>
<br>
</div>

</div>

<div id="section">
<h1></h1>
<p> </p>
<p> </p>
</div>

<div id="footer"> </div>

</body>
</html>

No comments:

Post a Comment