HTML Tutorial

<!DOCTYPE html>
<html>
<head>
	<title>Fruit</title>
</head>
<body>
	<h1>Welcome to your first web page!</h1>
	<p>I like bananas!</p>
</body>
</html>

A Basic Web Page

The above code is an example of a basic web page. You can see the source code on the left, and the result on the right.

This HTML tutorial will explain what all this code means. It will also show you how to do things like add images, links, change fonts & colors, and generally make your web page look nice.

And best of all, the interactive examples allow you to code along as you learn!

Here are the contents of this tutorial: