dolly.kremers
02-16-2006, 08:01 PM
Just in the process of learning how to build a WEB page. Put very basic HTML logic in my texteditor and saved it as ".HTML". Using Mac OS X. When opening that HTML file in Safari browser, the "tags" appear with the file, instead of just the contents within the HTML file.
What am I doing wrong?
example below: All the stuff below appears when the file if opened via the browser.
<html>
<head>
<title>My big ole bad page!</title>
</head>
<body>
Hello Johnny!
</body>
</html>
Thanks so much
What am I doing wrong?
example below: All the stuff below appears when the file if opened via the browser.
<html>
<head>
<title>My big ole bad page!</title>
</head>
<body>
Hello Johnny!
</body>
</html>
Thanks so much