HTML virker ikke !!
Hejsa,Jeg er ny hvad angår html. jeg har lavet følgende i textedit:
<html>
<head>
</head>
<body>
this is a line of text.
</body>
</html>
Jeg har gemt filen som default.html og når jeg åbner den i min browser "safari" får jeg hele indholdet i filen altså:
<html>
<head>
</head>
<body>
this is a line of text.
</body>
</html>
og ikke bare - " this is a line of text. "
hvad gør jeg galt ?