I want to use different CSS files for different browser types. Is there any simple HTML code which can detect different types of browsers and include CSS files accordingly?<
This is a javascript type thing. Javascript is very good for browser selection. Just use the browser detection to point to a different css file.
Put something like this in the head:
I can't confirm the js but that is along the lines of what you need to do.