Cole Sample Code - HTML
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cole Marshall - Web Designer and Developer</title>
</head>
<body>
<header>
<h1>Cole Marshall</h1>
<p>Web Designer and Developer</p>
</header>
<main>
<p>I am an interactive designer and developer that specializes in the creation of online media.</p>
<section aria-labelledby="specialties">
<h2 id="specialties">Specialties</h2>
<ul>
<li>frontend web development</li>
<li>backend web development</li>
<li>cloud DevOps</li>
<li>web design</li>
<li>user experience design</li>
<li>motion graphics</li>
<li>type and print design</li>
</ul>
</section>
</main>
<footer>
<p>Do you have an opportunity available that you think would suit me? <a href="mailto:[email protected]">Send me an e-mail</a> and we'll see if it's a good fit.</p>
</footer>
</body>
</html>