D. El valor none

Ejemplo

Salida

Ábrelo en otra pestaña.

Revísalo en gilpgedit.

1<!DOCTYPE html>
2<html lang="es">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport"
6 content="width=device-width">
7 <title>inline</title>
8 <style>
9 div {
10 display: none
11 }
12 </style>
13</head>
14<body>
15 <p>Ahora me ves.</p>
16 <div>Ahora no me ves.</div>
17</body>
18</html>
skip_previous skip_next