Display none

Report a typo

Display the HTML element as invisible using the correct basic display property.

Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Basic Display</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Add div element below this line -->
<!-- Add paragraph below this line -->
</body>
</html>
Completed 1 of 4
Add div element
Add a paragraph
___

Create a free account to access the full topic