I basically wrote this line of code in Text/Edit:
When I save as HTML and open it in Chrome, FireFox or Safari it just shows the code and not hello world. Any ideas? Also TextWrangler I can do the same code and it works perfectly. I'd just rather use Text/Edit if possible.
Code:
<html>
<head></head>
<body>hello world</body>
</html>
When I save as HTML and open it in Chrome, FireFox or Safari it just shows the code and not hello world. Any ideas? Also TextWrangler I can do the same code and it works perfectly. I'd just rather use Text/Edit if possible.