CSS display Property
The display property specifies the display behavior (the type of rendering box) of an element.
example->
1) inline:- Displays an element as an inline element (like ). Any height and width properties will have no effect
2) block:- Displays an e...
frontendblogs.hashnode.dev1 min read