Another Webpage
- Thomas Spencer
- May 14, 2021
- 1 min read

Hello!
On my third attempt to build a page, I wanted to add a navigation bar at the top. However, I could not. So I learned to change the colour of the background and to change the font and font-colour. I also changed the font-size. I was able to get the background to span across the full screen on one paragraph. Although, there is white above it.
Tom

<!DOCTYPE Html>
<html>
<head>
<title>Sky</title>
</head>
<body style="background-color:white;">
<h1 style="background-color:powderblue;font-size:500%;text-align:center;color:pink;font-family:Lucida Handwriting">OBSERVE</h1>
<ul style="font-family:Lucida Handwriting;color:pink;font-size:300%">
<li>See</li>
<li>Listen</li>
<li>Feel</li>
<li>Taste</li>
<li>Touch</li>
<li>Smell</li>
<li>Understand</li>
</ul>
</p>
</body>
</html>
コメント