inline property to hide make an html element invisible code example Example 1: css hiddden .classname { visibility: hidden; } Example 2: hide in css display:none;