Hello Everyone.
I am wondering if you could help me why I could not get this to show up on my server
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns=" xml:lang="an" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title> Welcome to this page </title>
</head>
<body>
<h1> Hello World version 2! <h1>
<h1> You can learn many things from children. How much patience you have, for instance.</h1>
<br />
<p> Even with <span style="font-size: 150%;">some</span> decoration, it's still not very exciting.<p>
</body>
</html>
Also, I can see this on my local server. But on the remote server it gives me an error:
Not Found
The requested URL /~james/Hellov2.php was not found on this server.
Note I saved the file as Hellov2.php.
thanks for you help.
I am wondering if you could help me why I could not get this to show up on my server
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns=" xml:lang="an" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title> Welcome to this page </title>
</head>
<body>
<h1> Hello World version 2! <h1>
<h1> You can learn many things from children. How much patience you have, for instance.</h1>
<br />
<p> Even with <span style="font-size: 150%;">some</span> decoration, it's still not very exciting.<p>
</body>
</html>
Also, I can see this on my local server. But on the remote server it gives me an error:
Not Found
The requested URL /~james/Hellov2.php was not found on this server.
Note I saved the file as Hellov2.php.
thanks for you help.