What is :first-child pseudo-class?

What will be an ideal response?


:first-child pseudo-class: Selects only the first child of an element, as opposed to all the children of an element.

Computer Science & Information Technology

You might also like to view...

The range variable is implicitly defined in the _____ clause and used to produce results in the ______ clause

a) Where, Put b) From, Put c) From, Select d) Where, Select e) In, For Each

Computer Science & Information Technology

Does rmdir(2) succeed? If so, what happens when the program tries to read the current directory?

Assume the following sequence of commands occurs in a program:

Computer Science & Information Technology

Adds shadows to elements themselves, not element’s text.

a. Text-shadow property b. Box-shadow property c. Multiple backgrounds d. Gradient backgrounds e. Opacity property

Computer Science & Information Technology

Which class is not a type-wrapper class?

a. Character b. Int c. Double d. Byte

Computer Science & Information Technology