Today class is about how to add the links between our web page in HTML code and the Cascade Style Sheets.
The code to modify the Parallax site is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="EN" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/xml; charset=utf-8" />
<title>Parallax Global</title>
<link rel="stylesheet" type="text/css"
href="../P04_stylesheets/parallax.css" />
</head>
<body" >
<div id="head">
<img class="logo" src="../P04_FilesToGiveStudents/P04_parallaxlogosmall.png" /> <span
class="headerBanner">Parallax Global</span> <a
class="headerSmallText" href="contact.html">Contact</a><a
class="headerSmallText" href="about.html">About</a>
</p>
</div>
<div id="left">
<p>
<a href="home.html">Home</a><br />
<a href="Arana.html">Arana</a><br />
<a href="Ojeda.html">Ojeda</a><br />
<a href="Orizba.html">Orizba</a><br />
<a href="Quiroga.html">Quiroga</a><br />
</p>
</div>
<div id="center"><p>
Thanks for visiting our web page
This is Parallax Global contact information, (e.g. corporate phone, email, address, etc).
</p>
</div>
<div id="footer">
<hr></hr>
<p>Parallax Global<br></br>
<a
href="about.html">About</a> <a
href="contact.html">Contact</a></p>
</div>
</body>
</html>