HTML5 in OLD BROWSER?

Hi…

I started my career as a UI developer… My 1st task is too make HTML5 to work in all browser especially IE family… But i heard HTML5 wont support mostly in IE… My question is…

how to Make HTML5 work in old versions of Internet Explorer ??
What are roles and responsibilities of UI developer??
What are language i have to learn except jquery, css3 and html5 to shine as UI developer ??

Have a look at html5 shiv or [URL=“http://modernizr.com/”]modernizr for HMTL5 in older versions of IE.

This javascript library allows you to style HTML5-specific tags with CSS in IE: