Topic: Beginner's Issue Reading HTML on a MAC
I am doing the web site one tutorial, the very first video in fact and my html text document wont work. It just looks like the text document in the browser page.
I am using a mac and textedit as my writing tool. My browser that i am using is 'Firefox', i have tried sea monkey and safari and none of them seem any different.
Im sure i have done something wrong but it maybe that i am using the wrong browser, here is my doc as instructed to do,
<html>
<head>
<title>
This is my first web page
</title>
</head>
<body>
<h5>my very first paragraph
</h5>
<p>
this is my first attempt at a web page
</p>
</body>
</html>
Many thanks for helping,
kind regards
d
