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> <title>Display none Property</title> <style> …
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> <title>Display none Property</title> <style>