Monday 14 December 2015

Continuing to programme using HTML code

After learning lots of different commands and codes in HTML, we practised using more.
For examples: bullet points, paragraphs, colours, adding photos, etc.

We build on our trial and error skills last week to build our websites code by code. We compared this to a house which you would build brick by brick.

In our next computing session, we are going to take these skills we have learned so far and try to answer a bigger problem using HTML code.

CLASS SATURN

Programming using HTML

We started by entering code into notebook. We saved it as a .html file, so that we could use it as a website.

Mr Lynch spoke us through how to create a website through HTML. We inputted HTML code, which helped us create a title, underline, bold and italics, strike through, paragraphs, made a marquee banner that moved across the page. 

At the end of the lesson, we discovered what other letters could do in HTML code. We used similarities from before, such as using the brackets, to try out different codes.

We opened our codes as websites.

Jack and Codi
Class's Saturn

Friday 4 December 2015

Learning to Code in HTML

Jupiter class have been programming using html. I am creating my first website this is how I would programme it.

<html>

<head>
<title>
<font color = red>
My First website
</font>
</title>
</head>

<body>

<h1>
This is my first website.
</h1>

I have had fun making this
<marquee>
<i>
this website is amazing
</i>
</marquee>

</body>

</html>

Next I want to add html links, sound, pictures, lists (though I have done them at home), aligning words and new paragraphs.