In a follow up to my post on how to code PHP in a professional manner (http://www.phpfreaks.com/forums/index.php/topic,291398.0.html), I decided to start this one
Background:
Have been coding for a number of years, but nothing that was accessible to a large amount of people, so my HTML & CSS was randomly thrown together (I think 90% of it was divs with floats and clears lol) and tweaked until it sort of worked in Firefox and IE.
I don't want to be an HTML & CSS expert (in any case I'm not very artistic) but I want to be able to make correct, professional looking sites to go with my PHP code. Since I really enjoyed the nettuts tutorials on CodeIgniter, I looked through their website and came across this tutorial:
http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/
It seems like a great intro to good markup practices.
My questions:
- Are the HTML5 tags supported by most browsers?
- Is this tutorial sufficient as an intro to HTML & CSS?
- Do you guys know of any great CSS tutorials which go somewhat past the basics?
Any other tips, etc. would be appreciated.
Thanks!