Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to hide an element in css

You can hide an element in CSS using the CSS properties
display: none or visibility: hidden .
display: none removes the entire element from the page
and mat affect the layout of the page.
visibility: hidden hides the element while keeping the space the same.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #hide #element #css
ADD COMMENT
Topic
Name
1+2 =