Author Topic: Learning HTML any links?  (Read 1085 times)

0 Members and 1 Guest are viewing this topic.

Offline USS Alexander

  • I 0wn TAP
  • 29
    • http://www.ngproductions.nl
Learning HTML any links?
Does anyone of you have a few links to some html coding guides as i want to learn it and dont wanna spend another 200 bucks on school.
icq 127261564
www.ngproductions.nl
Tapping I3****

 

Offline Stealth

  • Braiiins...
  • 211
www.htmlgoodies.com

all you'll ever need :nod: :yes:

and it's free :) :p

 

Offline Martinus

  • Aka Maeglamor
  • 210
    • Hard Light Productions
[color=66ff00]Something about this thread's title is vaguely ironic...
:D
[/color]

 

Offline Kamikaze

  • A Complacent Wind
  • 29
    • http://www.nodewar.com
www.htmlcodetutorial.com - very good site

I recommend you learn XML first then move on to XHTML.
The W3C has declared HTML 4.01 the last HTML and now it'll continue with XHTML 1.0 which is more XML now. (and I like XML, it has Scalable Vector Graphics and the like)

www.w3.org
Science alone of all the subjects contains within itself the lesson of the danger of belief in the infallibility of the greatest teachers in the preceding generation . . .Learn from science that you must doubt the experts. As a matter of fact, I can also define science another way: Science is the belief in the ignorance of experts. - Richard Feynman

 

Offline Stealth

  • Braiiins...
  • 211
Quote
Originally posted by Kamikaze

The W3C has declared HTML 4.01 the last HTML and now it'll continue with XHTML 1.0 which is more XML now. (and I like XML, it has Scalable Vector Graphics and the like)


I wasn't aware of that :( :sigh:

 

Offline Kamikaze

  • A Complacent Wind
  • 29
    • http://www.nodewar.com
Quote
Originally posted by Stealth


I wasn't aware of that :( :sigh:


It's probably a good thing considering XHTML makes cleaner code (more strict, though it also depends on the DTD used) and implementing other XML stuff is useful, like SVG 1.1 which is very cool.

You won't have to learn too many new things .. you only have to remember about the ?xml? part and the !DOCTYPE >declaration and implementing XML namespaces in your html tag and some things about proper tag endings and such
Science alone of all the subjects contains within itself the lesson of the danger of belief in the infallibility of the greatest teachers in the preceding generation . . .Learn from science that you must doubt the experts. As a matter of fact, I can also define science another way: Science is the belief in the ignorance of experts. - Richard Feynman

  

Offline Stealth

  • Braiiins...
  • 211
yeah i already know XML as well as HTML, but i'm saying i didn't know they were retiring HTML :D