<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.hid_cls {
display: none;
}
</style>
</head>
<body>
<div class="hid_cls">
This div will not display in output
</div>
<div>
This content will display
</div>
</body>
</html>
Description:-
Display
Display is CSS's most important property for controlling layout.
If display is set as none. Then no element will be displayed.
If display is set as none. Then no element will be displayed.
Css:-Display
Reviewed by Network security
on
May 08, 2019
Rating:
No comments: