Step 2: Banner Title HTML Source Code Part A

<!doctype html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head xml:lang="en-US" lang="en-US">

  <title>Career Center: Welcome to The Career Center</title>

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <link href="styles/career-main-step-02.css" type="text/css" rel="stylesheet"/>

</head>

<body>

<div id="body">

  <div id="title"> <a href="http://www.uiuc.edu/"> <img class="logo" alt="UIUC Home Page" src="images/vsmltraditional.gif" width="35" height="46" /></a>

    <p class="title">The Career Center</p>

    <p class="uiuc" ><a href="http://www.uiuc.edu/">The University of Illinois at Urbana-Champaign</a></p>

  </div>

</div>


</body>

</html>