Hard Light Productions Forums
Off-Topic Discussion => General Discussion => Topic started by: USS Alexander on January 23, 2003, 12:48:12 pm
-
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.
-
www.htmlgoodies.com
all you'll ever need :nod: :yes:
and it's free :) :p
-
[color=66ff00]Something about this thread's title is vaguely ironic...
:D
[/color]
-
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
-
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:
-
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
-
yeah i already know XML as well as HTML, but i'm saying i didn't know they were retiring HTML :D