I am not sure if this is even possible, but googling has lead me to no clear answer. Is there a way to load a different set of html based on browser type?
This is se
If you only need to detect different versions of IE and not other browsers, you could go for the IE specific HTML conditionals:
http://www.sitepoint.com/web-foundations/internet-explorer-conditional-comments/
If you are using a framework to build your site that supports some sort of templating system, you could rely on the User-Agent in the request to render different HTML templates for different browsers.