Dark_Coder
08-06-2006, 07:41 AM
Hi there,
Is there any good website you will recommend for CSS2 & XHTML tutorials?
Is there any good website you will recommend for CSS2 & XHTML tutorials?
![]() | View Full Version : CSS2 & XHTML Tutorials Dark_Coder 08-06-2006, 07:41 AM Hi there, Is there any good website you will recommend for CSS2 & XHTML tutorials? robertmitchell 08-31-2006, 08:00 PM W3Schools Online Web Tutorials (http://www.w3schools.com/) - This will be Great site where you can find more n more Web Tutorials.... W3Schools XHTML Tutorial (http://www.w3schools.com/xhtml/default.asp) - w3schools.com/xhtml/default.asp (http://www.w3schools.com/xhtml/default.asp) W3Schools CSS Tutorial (http://www.w3schools.com/css/default.asp) - w3schools.com/css/default.asp (http://www.w3schools.com/css/default.asp) Gregorya 09-03-2006, 03:23 AM Does we can find a xhtml translator from normal html ? wedoxhtml 02-09-2007, 01:57 PM I think this site is batter then all w3.org, please check this site. frattay22 02-10-2007, 08:58 AM i never tried this but try http://www.it.uc3m.es/jaf/conversor.html bear 02-10-2007, 09:57 AM Moved from tutorials, since it isn't one. ;) fastnoc 02-10-2007, 10:16 AM Some of the greatest tools I've found are the ones right on the w3 site. This reference is a fantastic resource http://www.w3schools.com/tags/default.asp Also, pages like this help to teach you the basics of what is needed. http://www.somacon.com/p141.php There are extended things like learning what are blocks and what are inline that w3 also has. Then move into advanced things like CSS stuff. inheritence (extremely important) and specificity. Good stuff there! blyz 02-10-2007, 12:20 PM i learned it with the w3schools site very good site drhowarddrfine 02-10-2007, 04:08 PM Please remember that w3schools is not affiliated in any way with the W3C. Jorophose 02-11-2007, 06:49 PM howtocreate.co.uk echoecho.com/html.htm yes, echo-echo is HTML, but XHTML is only different in that you need a different doctype, and stuff like < br >, < img >, etc. end with a / before the >. |