Basic Webpage building

 

What do you need?

It's easy! Now let's look at starting to write our html. Open up your text-editor. We need to put in the basic tags every HTML page must have.

Skeleton tags

<html>

<head>

<title>

</title>

</head>

<body>

</body>

</html>

 

Next

 

 

Fight for your right to standards!
Fight for your right to web standards!