B
BOOGIEMAN
Can you recommend me some good web site with html code turtorial ?
BOOGIEMAN said:Can you recommend me some good web site with html code turtorial ?
Toby said:
Can you recommend me some good web site with html code turtorial ?
info said:www.w3schools.com is a great site to learn HTML, XTHML, CSS, and
much more...
Jukka said:Assuming you already know virtually everything so that you can
distinguish the wrong advice from correct information.
Travis said:Can you sugest a better place (other than the specs) to learn?
Toby Inkster said:
David said:From <http://htmldog.com/guides/htmladvanced/declarations/>:
| Note that the DOCTYPE tag is a bit of a rebel and demands to be
| written in upper case and adorned with an exclamation mark. It also
| breaks the rules in that it is the only tag that doesn't need
| closing.
No, that can't be a good site for learning HTML.
Toby Inkster said:HTML Dog teaches XHTML 1.0 Strict, so it is perfectly correct in
saying that it's the only tag that doesn't need a closing tag.
HTML Dog teaches XHTML 1.0 Strict, so it is perfectly correct in saying
that it's the only tag that doesn't need a closing tag.
Andy said:still taught the use of things like a valign attribute.
Why not? valign ain't been deprecated yet.
Andy said:Well [valign] ought to be [deprecated].
Here's a course that is taking such a hardcore minimal "current best
practice only" viewpoint that they're teaching XHTML as the only
possible HTML version to use, even in the absence of any explanation as
to what XML is about.
Then they screw it all up by sticking with vlink and valign.
When I teach HTML I begin with 2.0 ("Hello World" in a <p> and no
doctype). Then I introduce a useful subset of the elements from 4.01.
Then CSS and a bit of presentation control. Then DTDs and the concept of
validity in element nesting. Finally XML, XML well-formedness and XHTML.
Students can stop at any point, and they've learned and understood
everything they've been shown up to that point.
Andy said:Well [valign] ought to be [deprecated].
In your opinion. And in mine as it happens. But Dave Raggett et al
presumably had some reason for keeping the aligny thingies for tables.
Andy said:I'm talking about its use in the teaching of HTML in 2005, specifically
in reference to CIW's training materials rather than HTMLDog.
Assuming you already know virtually everything so that you can
distinguish the wrong advice from correct information.
Can you sugest a better place (other than the specs) to learn?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.