We had a guest teacher today at ICS, she was very nice towards us, and the student hosts did their best to help her with any problems. The whole lesson went well!
I started making my webpage use information from touque.ca and I managed to complete a very basic webpage in the class. The webpage contents a title and a paragraph with different fonts and a pink background, I think I am getting better at using the formats of HTML and CSS. ^_^
Heres what I wrote today:
<html>
<head>
<style type="text/css">
body
{
background-color:pink;
}
h1
{
color:white;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:70px;
}
</style>
</head>
<body>
<h1>Sophia's practice webpage!</h1>
<p>MOMO.</p>
</body>
</html>
I want to add some design and pictures to this and hopefully it will look a lot better when I am done with it.
Sophia ^_^
No comments:
Post a Comment