Browser won't view HTML file?

snowpond

New member
I created a basic HTML command in text/edit on my mac. When I went open it in the browser, it just shows the tags still, like it didn't execute. Am i opening it wrong or missing something? Heres my code:

<html>
<head>
<title>A Simple Applet</title>
</head>
<body>
Hello
</body>
</html>
I did save this as a .HMTL file.
Tried the paragraph tags, nothing is working.
I figured it out, I had to switch around some properties. Make it plain text, not rich text. Thanks everyone!
And i just misspelled HTML in the description lol, when I actually saved it it was correct.
 
Back
Top