D. El valor none

Ejemplo

Salida

Ábrelo en otra pestaña.

Revísalo en gilpgedit.

<!DOCTYPE html>
<html lang="es">
<head>
 <meta charset="UTF-8">
 <meta name="viewport"
   content="width=device-width">
 <title>inline</title>
 <style>
  div {
   displaynone
  }
 </style>
</head>
<body>
 <p>Ahora me ves.</p>
 <div>Ahora no me ves.</div>
</body>
</html>