Hey folks, I am pretty new to html coding and i am doing some testing on my iMac, but when i open the html file i saved in class in Safari or Firefox it just shows up as text, i got some sample html from a google search that i know works but still didnt work.
Is there something on my iMac i need to do to fix the issue?
Thanks
My sample code is
<html>
<head>
<title> favorites / bookmark title goes here </title>
</head>
<body bgcolor="white" text="blue">
<h1> My first page </h1>
This is my first web page and I can say anything I want in here - I do that by putting text or images in the body section - where I'm typing right now
</body>
</html>
Is there something on my iMac i need to do to fix the issue?
Thanks
My sample code is
<html>
<head>
<title> favorites / bookmark title goes here </title>
</head>
<body bgcolor="white" text="blue">
<h1> My first page </h1>
This is my first web page and I can say anything I want in here - I do that by putting text or images in the body section - where I'm typing right now
</body>
</html>