Inherit

Report a typo

We have the following code in the body of the HTML document:

<h1>Aspire to inspire</h1>

The following styles are applied:

body {
  visibility: hidden;
}

h1 {  
  backface-visibility: inherit;
}

Will the <h1> element be displayed?

Select one option from the list
___

Create a free account to access the full topic