Ask HN: Please help a newbie with his first stab at HTML
Hi, a friend of mine is starting his first chapter in learning web programming. He wanted to ask the question on Hacker News, but stated he couldn't do so with a new account.
To all of you, it will be a very basic question, but he was wondering if you guys knew any HTML tips and tricks that would really impress recruiters (so as to set the applicant apart), or any resources for HTML beginners? Think back to the first day you started learning.
I've been guiding him with resources, but thought the collective can easily do better than I.
4 comments
[ 2.2 ms ] story [ 34.4 ms ] threadHead First HTML with CSS & XHTML
The big advantage is that they model improvement in their exercises by using sample code that is half-right (and half-wrong) and then showing how to improve it.
All that to say that they aren't for everyone, and certainly are not targeted at people who prefer reference manuals. On the other hand, the exercises in Head First HTML really demonstrate how CSS formatting works (and doesn't work) better than other beginner level books.
That rant aside, if he's still interested in showing off (or maybe getting inspired), I'd suggest looking more generally into web design and maybe toying around with the new HTML5 <canvas> element (requires JavaScript skill). It's a lot easier to impress people - especially non-technical hiring folks - with these sorts of visual things than by actual coding ability that they can't judge.