Right, ive got 3 weeks to learn XHTML/CSS. I will have up to 6 hours a day to learn so 126 hours to learn it is pretty fair? Think this is possible? Thanks.
Please do not go anywhere near a WYSIWYG editor. You want to learn to code correctly, yes? http://www.sitepoint.com/books/html1/ I recommend that book, It should teach you everything your need to know about HTML and CSS. And of course, learning in < 126 hours is easily possible, HTML and CSS are the easiest languages (if you can call them that) you could possibly learn. Nick
go to oswd and download some nice templates. see the css styles applied on their html and learn from it, then read also some tutorials or ebooks on css basic semantics and box models and put everything into practice. this will help you learn css real quick.
Should i learn HTML first before XHTML or jump straight to XHTML? Also, do i learn XHTML/HTML before CSS? Ben.
this book is free i learn css with this book download : http:// rapidshare. com/files/95016847/CSS_GIRIS.zip
It is not difficult to do it, i think you can do it in 3 days, and there are a lot software that will help you do to it, no need to write all by yourself! However i think you no need to cover all , there are guides and tutorials so when you need something you can use quick reference
Anyway, Best of Luck and learn not because you have to... learn out of intrest and you will have plenty of time
The differences between well structured HTML and xHTML are so little it wouldn't really matter, but... Most HTML tutorials out there will teach you how to code with <table>'s for layout and how to style your pages with tags like <font> and <center> which you certainly don't want to be doing. So I would say, If you can't find a good book on proper HTML learn xHTML. Also, definitely learn either xHTML/HTML before CSS. You need to have an understanding of how to properly structure a document before you can style it. That would be like decorating a house before it is built etc. Nick