Answers for "whats display block"

CSS
0

display: block;

display: block;
Posted by: Guest on January-16-2022
0

whats display block

A " display: block; " will add whitespace above and below it element, 
and tolerates no HTML elements next to it, unless you use a float declaration
Posted by: Guest on February-18-2022

Browse Popular Code Answers by Language