Use the simple Notepad editor in Windows (do not use tools that provide xHTML authoring features),
using the following file as a reference, write your web page and save in a file named "index.html".
<?xml version = "1.0" encoding = "utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<title>CityU 2008-09 310KM Lab1 Part2
</head>
<body>
your name
your student id
<a href="ex1.txt">Part 1 Answers
</body>
</html>