Is CSS3 part of HTML5?
It means if a browser supports CSS3, will it support HTML5 elements too?
I had tried HTML5 elements in IE9, They didnt work.
But CSS3 properties( like box-shadow
, border-radius
) do work in IE9 fine by doing little changes in html file (By putting this tag <!DOCUMENT HTML>
).
So what do we have to say now?
Does IE9 supports HTML5 or It supports only CSS3 but not HTML5?