What are the new features in HTML5? I want to try it, but my browser does not support it. I am using Windows XP with IE8. How do I work with this?

link|improve this question

53% accept rate
best for development Mozilla firefox – FosterZ Nov 22 '11 at 11:32
feedback

closed as not a real question by Shawn Chin, Paul D. Waite, Juhana, Justin Ethier, ChrisF Nov 22 '11 at 15:55

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

2 Answers

up vote 3 down vote accepted

If you are forced to use IE8, you can get a lot of the features of Chrome by embedding it in your Internet Explorer browser using ChromeFrame

http://code.google.com/chrome/chromeframe/

You'd have to do this for each site/page you are developing but if you're forced to stay on IE8 its your only real option.

link|improve this answer
Thanks for info..John. – mdhar9e Nov 22 '11 at 11:47
feedback

Download Google Chrome, it's fast, easy and more secure than IE8. Also, it works with HTML5 and follows the web standards, unlike Internet Explorer.

http://www.google.com/chrome

link|improve this answer
can't i work with IE8.? if it is possible how can i ? – mdhar9e Nov 22 '11 at 11:36
1  
@mdhar9e: No, IE 8 doesn’t support any HTML5 features. IE 9 does, but that’s not available for Windows XP. – Paul D. Waite Nov 22 '11 at 11:39
1  
@Paul - contenteditable? – Alohci Nov 22 '11 at 12:22
@Alohci: ah, yeah fair point. – Paul D. Waite Nov 22 '11 at 13:13
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.