You are on page 1of 1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.

0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>put a title here</title>
<meta name="keywords" content="put words here separated by commas" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="filename.css" />
</head>
<body>

</body>
</html>

Notes:
- Tags are made up of elements, attributes, values ex: <h1 align=”center”>
(and are surrounded by < > or wickets)
Element Attribute Value

- tags must be written in all lower case letters - very case sensitive!!!! <p></p>

- file names or values must be begin and end with quote marks

- All tags must be either


o container (two sided tags) <h1>words, words</h1>
o empty (one-sided tags) with proper closing <img src=”cat.jpg” /> or <li>birds </li>

Once Web page is done, validate it….

Go online to http://validator.w3.org/
Click on the “Validate by File Upload” tab

Browse,
Navigate to
File, and
Upload it!

You might also like