Computer Science Canada

html 4 wont work

Author:  person [ Thu Mar 24, 2005 3:22 pm ]
Post subject:  html 4 wont work

when i code in html 4, it wont work but 3.2 works

i have no idea wat the problem is

Author:  wtd [ Thu Mar 24, 2005 10:10 pm ]
Post subject:  Re: html 4 wont work

person wrote:
when i code in html 4, it wont work but 3.2 works

i have no idea wat the problem is


What do you mean, "won't work"?

What browser are you using, and show us the code.

Details help.

Author:  Tony [ Thu Mar 24, 2005 10:56 pm ]
Post subject: 

clearly something is not following standarts. Ether your browser or your code.

Author:  person [ Fri Mar 25, 2005 11:45 am ]
Post subject: 

something as simple as this wont work;

code:

<head>
<title>Greetings</title>
</head>


but this will work:

code:

<body>
<p>Greetings</p>
</body>

Author:  md [ Fri Mar 25, 2005 1:38 pm ]
Post subject: 

um... those are two completly differnt things...

did you try
code:

<html>
<head>
<title>blat</title>
</head>
<body>
<p>blat</p>
</body>
</html>


and BTW, why are you using html 4? you should be using xhtml...

Author:  wtd [ Fri Mar 25, 2005 5:43 pm ]
Post subject: 

Cornflake wrote:
and BTW, why are you using html 4? you should be using xhtml...


Just a guess, but... he bought a "Learn HTML 4 in 24 hours" book.

Author:  person [ Sat Mar 26, 2005 11:16 am ]
Post subject: 

thanx

btw: wtd....how did u know???

Author:  wtd [ Sat Mar 26, 2005 1:52 pm ]
Post subject: 

person wrote:
thanx

btw: wtd....how did u know???


I've been around the block a few times. Experience helps tremendously in figuring things like this out. I knew no other book that was still on the shelves at any place other than a used book store would teach HTML 4 in the modern XHTML world.

HTML 4 is dead, and what's more, it was dead years ago. But there are still those making every last penny off of it with "QuickStart" books and the like. Kind of like those 3 page guides to learning Visual Basic 6.


: