+ 1
What is the default display value?
2 Antworten
+ 3
block for block elements (div, nav, section,h1, etc...) and inline for inline elements (span,etc...)
- 1
If you wanted to know the default value of the "display" property in CSS, then it is "inline".