i am brand new to this mac world. i bought my mac yesterday and decided to create a new website and i'm following basic tutorials to do so. these tutorials are written for microsoft notebook, so i'm using textedit instead (is this right?). here is the basic code i've put into textedit, saved it as a .html file, then when i open it in the browser it just appears as the text below. what am i doing wrong?!
<html>
<head>
<title>my first website </title>
</head>
<body>
<p>This is my first website. </p>
</body>
</html>
any advice would be appreciated!
<html>
<head>
<title>my first website </title>
</head>
<body>
<p>This is my first website. </p>
</body>
</html>
any advice would be appreciated!