First HTML exercise didn't work
First HTML exercise didn't work
I knew it couldn't possibly be so easy! It just doesn't work. I formatted the text document exactly as instructed, but when I opened it in the browser it didn't convert. It was just the text document with all the HTML stuff. Why?--
~Chris
~Chris
Re: First HTML exercise didn't work
I DID save it as HTML. I can read an follow instructions. Something else is wrongRe: First HTML exercise didn't work
are you using Windows or MAC ?Re: First HTML exercise didn't work
I'm having the same problem.Code:
<html>
<head>
<title> For example </title>
</head>
<body>
<p> Hello World! </p>
</body>
</html>
It just opens a web page that has that exact stuff in it.
Re: First HTML exercise didn't work
This Happens :/Attachments
-
Screen Shot 2012-07-05 at 9.29.29 PM.png (35.09 KiB) Downloaded 767 times
Re: First HTML exercise didn't work
This also happened to me. Only the html code appears...Anyone know why?
Re: First HTML exercise didn't work
Could you guys please tell me which software you are using to code the html files ?is it notepad,dreamweaver,textedit or what ?
after knowing the tool i may help you !
Re: First HTML exercise didn't work
I'm using TextEdit on a mac. I'm saving the file as 'web page' with .html extension.Re: First HTML exercise didn't work
Hello kerynjane,This will solve your problem:
http://www.askdavetaylor.com/how_do_i_s ... tedit.html
-CubeSquare