<?xml version="1.0" encoding="utf-8"?>

CSS visibility property with the hidden value

The visibility:hidden; is the correct answer. This declaration doesn't adjust the layout when one element disappears. In the example, the headline is hidden, but its space is left behind it. To make the element reappear again, change its visibility status to visible.

Improve your UX & Product skills with interactive courses that actually work