The CSS display property is used to override the default value as to how to show the HTML element. The values are:
.no-display { display: none; }
Replies: