Check this! https://dev.to/devlorenzo/js-hide-and-show-32og
dis {
display: none , block , inline;
}
The display property specifies the display behavior
(the type of rendering box) of an element. In HTML, the default display
property value is taken from the HTML specifications
or from the browser/user default style sheet.