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.<p>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.<p>I've been guiding him with resources, but thought the collective can easily do better than I.
If he's just starting to learn HTML, fancy tricks should be the last thing on his mind. Basics come first, and there are a lot of them. Most HTML jobs are going to assume a minimum of CSS and either JavaScript or graphic design (Photoshop) skills as well - and that's just the lowest entry point. Probably most will want experience in whatever CMS or frameworks are popular this week, and maybe some server scripting (PHP / Rails) as well. The days of random teenagers getting paid big bucks for being able to slap together a bare-bones website ended 10-15 years ago.<p>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.