And u mixed < li > and < ul >.
It should be (without the spaces, somehow these backticks don’t work for me
< ul >
< li >< a href=”page01.php”>First Page< /a >< /li >
< li >< a href=”page02.php”>Second Page< /a >< /li >
< li >< a href=”page03.php”>Third Page< /a >< /li >
< /ul >
'
But the quotation mark was ur problem.
So this would be ur code:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>
<head>
<title>Test Web Page 5</title>
<meta http-equiv=”Content-Type” content=”text/html;charset=iso8859-1″ />
</head>
<body>
<h1>The fifth page.</h1>
<h3>List of relative links.</h3>
</body>
</html>
`
PLZ close the post as resolved.