Resume

by Justin Harker

HTML

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" /meta>
    <title> Resume in HTML </title>
    <link rel="stylesheet" href="logo.css" />
    <h1>Resume</h1>
    
    <a href="https://au.linkedin.com/in/justin-harker-1117a768" > <img src="https://pbs.twimg.com/profile_images/1803157230/untitled_400x400.png" width="200" alt"picture of justin"/>
    </a>
  </head>
  <body>
  <header>
<a href="http://www.cnn.com/">
<h1>CNN.com &mdash; Your source for news</h1>
<p>CNN.com provides local and global perspectives on the news that matters to
you.</p>
</a>
</header>
    <section1> 
    <h2>Contact information</h2>
        <table>
          <tr>
            <th>name</th>
            <th>address</th>
            <th>phone</th>
            <th>email</th>
          </tr>
            <td>Justin Harker</td>
            <td>51a Peachey Avenue Kewdale, 6015</td>
            <td>0407428630</td>
            <td>[email protected]</td>
        </table>
   </section1>
   <section2>
   <h2>Education</h2>
   </section2>
  <section3>
  <h2>Employment History</h2>
  </section3>
  <section4>
  <h2>Referees</h2>
  </section4>
  </body>
 <footer>
    page number
 </footer>
</html>