0

Can somebody please explain What is the difference between CSS and CSS3?

24th Oct 2016, 7:33 PM
Iram
2 odpowiedzi
+ 2
There's no difference. Just like HTML and HTML 5. CSS 3 is simply the latest 'version' of CSS which has more advanced features than earlier 'releases'.
25th Oct 2016, 4:18 AM
Andrés Ceballos Sánchez
Andrés Ceballos Sánchez - avatar
0
CSS3 is the latest version of CSS2, so of CSS in general. Thanks to CSS3 our/my life become easier! The biggest difference between CSS2 and CSS3 is that CSS3 has been split up into different sections, called modules. Because each of the modules is being worked on individually, we have a much wider range of browser support for CSS3 modules. We have now: * New Combinator * New CSS Selectors * New Pseudo-elements * New Style properties There are so many things!
25th Oct 2016, 8:38 AM
Elias Papachristos
Elias Papachristos - avatar