Textarea,select display

For select,textarea need to apply display: block; ? as its seen there is no default display apply on this. For a select is fine to set display: inline-block?

For buttons display: inline-block is needed is fine as seen on button generator.

Thanks

Try this article: https://css-tricks.com/almanac/properties/d/display/

1 Like