Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any good fallbacks for HTML5 and CSS3?

Tags:

html

css

fallback

I'm looking for a good fallback for both HTML5 and CSS3 so I could use it and it would still look ok in other browsers.

like image 294
josterberg Avatar asked Apr 21 '10 08:04

josterberg


1 Answers

When talking about HTML5 or CSS3, you should head over to:

When can I use...

As can be seen, we are still far far away from using that.

Also, since old versions of the browsers won't support HTML5 or CSS3, however, you can do what is known as:

Progressive Enhancement and Graceful Degradation

Here are some resources also:

  • Gallery of HTML5 Sites (You can learn and get the idea from them)
  • Create modern Web sites using HTML5 and CSS3
like image 81
Sarfraz Avatar answered Sep 21 '22 23:09

Sarfraz