defaults to block defaults to inline Is there one that defaults to inline-
block
defaults to inline
inline
Is there one that defaults to inline-
inline-
Here is a Fiddle that gets the default display value for a majority of HTML tags.
Fiddle
In chrome, the default inline-block elements are: "INPUT", "BUTTON", "TEXTAREA", "SELECT"
"INPUT", "BUTTON", "TEXTAREA", "SELECT"