Basic HTML code of Mac?
I just purchased a Macbook Laptop. I’m trying to save my very basic lines of code in Textedit, but even when I save it as .html, it shows up in both safari and firefox just displaying the code, not the way I formatted it in the html coding. Following is the code:
<html>
<head></head>
<title>Web</title>
<body> Hello </body>
</html>
when i [...]