lucidvig22 0 Report post Posted September 9, 2011 (edited) I apologise if this topic has been posted twice for some reason i was logged out when i hit post the last try.The following is some basic html i am trying to run as i am just getting into html scripting etc and it does not display properly in the browser. Instead of displaying as it should it litteraly displays as the code listed below. Any ideas? <html><body><h1>My First Heading</h1><p>My first paragraph.</p></body></html> Edited April 6, 2012 by moderator (see edit history) Share this post Link to post Share on other sites
Baniboy 3 Report post Posted September 9, 2011 (edited) Are you sure you saved it as an html file?Try replacing the code with this: <html><header><title>something</title></header><body><h1>My First Heading</h1><p>My first paragraph.</p></body></html> Edited April 17, 2012 by moderator (see edit history) Share this post Link to post Share on other sites