HTML Guides?

Dommers

Fledgling Freddie
Joined
Apr 2, 2005
Messages
575
Heya guys, I want to start learning HTML. I have absolutely no experience it so i'm looking for a guide thats for complete newbies! Any links will be greatly appreciated. :)
 

Mazling

Can't get enough of FH
Joined
Jan 11, 2004
Messages
1,419
You'll be wanting some decent programs to write yer pages and upload them with.
Filezilla is a very nice simple ftp client, and is free/open source.
notepad++ is a text editor with clever functions like syntax highlighting and folding. It's a step up from windows notepad, and it too is free/open source.
 

Shovel

Can't get enough of FH
Joined
Dec 22, 2003
Messages
1,350
W3Schools is ok, but sometimes misleading by including browser-specific, non-standard code in examples.

Personally, I rate HTML Dog as the best right now. See the 'Guides' in the left hand navigation. Start with HTML Beginners, and work through them in order (do the CSS ones too, CSS is what you use to control the appearance and layout of pages). It also has language references for HTML and CSS.

The main advantage of HTML Dog over others is that it actually teaches web standards (the site owner was the brains behind the recent @media conference in London). This is important because it means you learn to make pages in the best possible way and (better still) means you don't have to unlearn everything 6 months later when you discover that a tutorial on using the <font> element was bobbins. The <font> element, by the way, is never, ever used in modern web design.

Frustratingly, the web is filled with a lot of aged tutorials which are, in 2005, nothing short of wrong. From a quick look, HTML Goodies falls into that catagory; the first HTML Goodies demonstrates using the <b>, <i> and <tt> elements which, like font, grate against modern methods and will only have to be unlearned later.

Once you've got a grounding, there are books you could benefit from owning, but that's for another thread, after you've got to grips with the basics ;).
 

Dommers

Fledgling Freddie
Joined
Apr 2, 2005
Messages
575
ok thank you people im using the davesite.com one atm, just getting to grips with it all :D
 

Shovel

Can't get enough of FH
Joined
Dec 22, 2003
Messages
1,350
The Davesite one looks fine for getting the most basic 'this is an HTML tag' type lesson out of the way, but the actually HTML it's teaching is very out of date and things like <font>, <b> and <i> might get confusing when you have to learn not to use them afterwards.

That said, I'm not 100% sure. I mean, I know for definately that the code it's teaching you is bad but I don't know if that makes it any easy/difficult to learn in the long run. Ultimately, so long as you remain aware in the back of your mind that using <font> tags and so forth are something that you will stop doing very soon (as soon as you learn how to do it properly, basically), then it's probably fine.
 

Penguin

Fledgling Freddie
Joined
May 11, 2005
Messages
375
I learnt some of the basics of HTML recently something i found very useful was 1st Page 2000. You can find it on http://www.evrsoft.com - I thought it was fantastic, i started off just wanting to create a basic website, but i learnt alot from it too. It has 4 modes, Easy, Normal, Advanced and Hardcore. It helped me learn the most common tags (creating tables, formatting etc.)

You create the website in HTML and you can preview it as you go along. Rather useful for testing things quickly.

Hope it helps,

Penguin.
 

Users who are viewing this thread

Top Bottom