Reputation: 49
I am writing an HTML page and stored using MAMP (latest) but the HTML is not getting rendered when opening the browser(s) instead coming as pure HTML code.
Why?
Upvotes: -1
Views: 157
Reputation: 276
I had the same problem a little while back. Posting the code would be helpful but this is what I suggest:
<!DOCTYPE html>
Tag is apparent and the structural tags:<html> <head> <title> Title </title> </head> <body> </body> </html>
are included.
Upvotes: 1