Basic HTML Structure
<html>
<head>
<title>Your website title goes here</title>
</head>
<body>
Your contents of your website goes here.
</body>
</html>
Click on the links below for more information on expanding your website.
On each of the pages below the website asks you to 'Try it out' have a play before copying the HTML code to your own website so you know it works.
| |
Adding pictures to your website |
| <img src="pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;"> | |
| |
Changing the background colour |
| <body bgcolor="#E6E6FA"> | |
| |
HTML Colour Picker |
| |
Adding a link |
| <a href="http://www.w3schools.com/html/">Visit our HTML tutorial</a> | |
| |
Adding a table |