How to use Display property using CSS
In this article, you will learn How to use Display property using CSS. The Display property specifies how the element will be displayed. Display: none; The <script> element uses display:none; as default. Example:- <html> <head>