Search code examples
htmlcssbrowser

browser default style


do you know where can i get the browser stylesheet? I try to explain me better. I need to know the default style properties that the browser applies to elements (not a specific browser). Is there a web site that talks about this? If not, have you got any idea of how to get those informations in javascript? I don't want to do an application so i don't need standard or crossbrowser code.

I hope that someone can understand my question, anyway ask if i wrote something that is not clear :)


Solution

  • For Firefox on Windows, you can look for the "gre/html.css" file in the installation directory.

    Also view the W3C-recommended default stylesheet.