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...