Can I use CSS3 properties with XHTML, or only with HTML5 web pages?
Is there any relation between HTML version and CSS, or is it totally indifferent?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the browser support CSS3 and XHTML 1.0, you can use both.
The two standards are not tightly linked to each other, that is what version of CSS you use has no relation to what version of (X)HTML you use.
This is one of the benefits of the separation of content (XHTML) from display (CSS).