1

Is it alright to use CSS3 with HTML4. It seems like CSS3 would be a HTML5 complaint deal. But I'm not sure if that's the case.

If it's not okay, what are the downfalls to using CSS3 with HTML4, opposed to CSS3 with HTML5?

asked Dec 17, 2014 at 4:41

1 Answer 1

1

Yes, to the extent that "CSS3" exists at all. "CSS3" is a collective name for a set of specifications and drafts at very different levels of maturity and implementation. There is no single CSS3 specification (like there is the CSS 2.1 specification), and probably never will. Thus, "to use CSS3" means very different things, ranging from well-defined universally implemented features to sketchy constructs with experimental or no implementations. Whether they work or not does not depend the least on whether you call your markup "HTML 4", "HTML5", or something else.

answered Dec 17, 2014 at 6:54
1
  • Thanks for clearing up some extra confusion I had as well. Commented Dec 17, 2014 at 6:56

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.