Wednesday, 19 September 2012

Web design.

In todays lesson we have been learning about website creation/website codes. (html) based, i found out that html stands for 'hyper text marker language' using this technique, we were asked to create a brief attempt of a short code to make a website using the code. It was hard at first and slightly confusing but after getting to grips with how to use code it wasn't so hard. we the learnt how to alter the colour of text ect and height/size and all that.

It was interesting and enjoyable to learn how to do this, i would like to learn more about website creation as it seems a rewarding thing to know and it would be a good feeling to be able to have my own website one day.

This is what the website looked like so far.
---------------------------------------------------------------------------------

Fentoooooon, jesus christ
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
The owl

------------------------------------------------------------------------------------------------------------
This is the code for the site so far ..


<!DOCTYPE html>
<html>
<head>
<title>This is Toby's website</title>

<style type="text/css">

h1 { color: purple;
     font-size: 44px;
}

h2 {color: blue;

}

p {
 color: #e217e9;

}

</style>


</head>

<body>

<h1>Fentoooooon, jesus christ</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p>

<h2>The owl </h2>

<a href="images/owl.jpg"><img src="images/owl thumb.jpg"/></a>
</body>

</html>

No comments:

Post a Comment