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.

No comments:

Post a Comment