This blockquote element has min-height 0 (initial value, no explicit CSS
rule defined)
This paragraph has min-height of 20px. This emphasized text has
min-height of UA-default, even though em is descendant of p (property not
inherited).
This strong text has min height of 200%
This h3 heading has min height of inherit
This h4 text has min height of 20px
This h5 heading is min height 200%
The rules applied are "p {min-height: 20px}",
"strong {min-height: 200%}",
h3 {min-height: inherit}",
h4 {min-height: 20px}",
h5 {min-height: 200%}".
NOTE: From all elements listed above, min-height property should apply to all
elements.