Hard Light Productions Forums

Off-Topic Discussion => General Discussion => Topic started by: USS Alexander on January 23, 2003, 12:48:12 pm

Title: Learning HTML any links?
Post 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.
Title: Learning HTML any links?
Post by: Stealth on January 23, 2003, 01:00:36 pm
www.htmlgoodies.com

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

and it's free :) :p
Title: Learning HTML any links?
Post by: Martinus on January 23, 2003, 02:49:42 pm
[color=66ff00]Something about this thread's title is vaguely ironic...
:D
[/color]
Title: Learning HTML any links?
Post by: Kamikaze on January 23, 2003, 06:14:23 pm
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
Title: Learning HTML any links?
Post by: Stealth on January 23, 2003, 10:11:46 pm
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:
Title: Learning HTML any links?
Post by: Kamikaze on January 23, 2003, 10:27:30 pm
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
Title: Learning HTML any links?
Post by: Stealth on January 24, 2003, 10:37:33 am
yeah i already know XML as well as HTML, but i'm saying i didn't know they were retiring HTML :D