My Second Web Page
- Thomas Spencer
- May 13, 2021
- 1 min read

Hello!
This is my second webpage. I played around with colours, headings, links and an image. I didn't have a URL for an image so the image link shows up as broken.
Tom

<!DOCTYPE html>
<html lang="en-CAN">
<Head>
<title>The Best Webpage Ever!</title>
</head>
<body>
<h1 style="font-size:60px;">The first best heading!</h1>
<p title="Blah!"style="color:red;">This info is the most important.</p>
<img src="" alt="I don't have access to a free reusable picture" width="104" height="142">
<h2>The second best heading!</h2>
<p style="color:orange;">This info is less important.</p>
<h3>The third best heading!</h3>
<p style="color:green;">This info is less important</p>
<h4>The fourth best heading!</h4>
<p style="color:yellow;">This info is less important.</P>
<h5>The fifth best heading!</h5>
<p style="color:blue;">This info is less important.</p>
<h6>Is this still a heading?</h6>
<p style="color:purple;">This info is the least important. <a href="https://www.google.com">Find more interesting info here!</a> </p>
</body>
</html>
Comments