Tiffany Tse
@tiffany_tse
Making Makers
Mozilla Thimble
username: adventurespassword: Pa55word
How do you think a webpage is made?
In between the open and closed head tags, edit the title to the following:
<title> Welcome to my awesome website! </title>
<p>
This is a paragraph. We can write all kinds of
stuff in here!
</p>
<p>
This is a paragraph. We can write all kinds of
stuff in here!
</p>
What’s wrong with this?
p> this is my paragraph </p
< a href = “ http://www.google.ca” >
Click me to go to Google
</a>
body {
background-color : red;
}
selector {
property : value;
}
font-family: Helvetica ;
font-size: 18px ;
color: #FFFFFF;
p {color : #FFFFFF;}
<div id = “ maincontent ” >
</div>
#maincontent {background-color: #FFFFFF;}
Bonus:
text-align: center;
border-top: 10px solid #000;
border-bottom: 10px solid #000;
<div class=“box” >
</div>
.box {background-color: #E9F7A0;
}
Bonus:
border-width: 2px;
border-style: solid;
border-color: #FF2D6A;
img {border-width: 2px;border-style: solid;border-color: #000000;}
a:link {
text-decoration: none; }
#maincontent {padding: 20px;}