I just want to compare the default style of all the HTML(4&5) elements, eg: textbox, selectbox, textarea etc... in different browsers.
For example:-
The HTML text type input style is different in Windows Firefox and Ubuntu Firefox Also There is difference in Chrome and Firefox,
My Actual requirement is :-
I am going to develop a mobile application with help of html5 and phonegap. If I didn't added any css to my page all the html components will take their default style(browser specific or platform specific). I just want to compare that(Android default browser and iPhone default browser etc...).
Any one have idea about these default styling ?