I overwrote my index.html file. So when I open my website , it shows me the html code and not the output. I am using the free domain name provided to me.
ssfdre38
Jun 25 2011, 04:25 PM
do you have <html> on top and at the very bottom </html>
Ankit Khandelwal
Jun 25 2011, 04:31 PM
QUOTE(ssfdre38 @ Jun 25 2011, 04:25 PM)
do you have <html> on top and at the very bottom </html>
Yes the code is as follows: <html> <head> <title>welcome </title> </head> <body> Hello visitor! </body> </html>