View Single Post
mj519078

 
Member Since: Mar 17, 2011
Posts: 1
mj519078 is on a distinguished road

mj519078 is offline
Hi,
First time trying to make a web page. Here the content of my index.html file. When I open the file with firefox, the content of the file is displayed as a text file instead of a nice web page. Thank you for any tip. Michel

<html>
<head>
<title>My personal website</title>
</head>
<body>
<h1>My personal website</h1>
<h2>Startpage</h2>
<h3>Welcome</h3>
</body>
</html>
QUOTE Thanks