?Which statement will hide the article element?

A. ??display { article: none; }
B. article{ display: hidden; }
C. ?display { article: hidden; }
D. ?article { display: none; }


Answer: D

Computer Science & Information Technology

You might also like to view...

The Auto Hide button is a toggle button: clicking it twice activates it, and clicking it again deactivates it.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

If the path and filename are left off the URL, the browser searches for a file named ____ in the root folder of the Web server.

a. index.htm b. index.html c. index.http d. Either A or B

Computer Science & Information Technology

As long as a function has not returned control to its calling function, all automatic variables local to the function are "alive"; that is, storage for the variables is available.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The three features required for an object-oriented language are class construction, inheritance, and ____.

A. operator overloading B. polymorphism C. abstraction D. encapsulation

Computer Science & Information Technology