Learn HTML


If you want to learn nathanielsnet.com was made or learn to make your own site here is the place.

This is Hypertext markup language(HTML).

You will need:

A computer

A word processer

A web browser

once you have these things it's time to start!

type this:

<html>

<head>

<title>(the title of your site)</title>

</head>

<body>

(your content)

</body>

</html>