9951 explained code solutions for 126 technologies


htmlMake hidden element


<div style="display: none;"></div>ctrl + c
div

sample element to make hidden

style

attribute allows us to set styles for this element

display

controls how the element is displayed

none

will hide an element