Which of the following code samples transforms the case of an

element to uppercase?

A. h1 {text-transform: uppercase;}
B. h1 {text-transform: to-upper;}
C. text-transform {h1: uppercase;}
D. upper {text-transform: h1;}


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1) The Enabled property does not allow the control to perform actions when it's set to false. 2) Property Anchor allows the programmer to prevent form alterations by the user. 3) The Margin property specifies the distance between the docked control and the Form edges. 4) Visual Studio provides snap lines to help align controls.

Computer Science & Information Technology

What term means organizing records in a particular order or sequence?

A. Filtering B. Recording C. Querying D. Sorting

Computer Science & Information Technology

Draw a class diagram representing a book defined by the following statement: “A book is composed of a number of parts, which in turn are composed of a number of chapters. Chapters are composed of sections.” First, focus only on classes and associations.

Add multiplicity to the class diagram you produced. Refine the class diagram to include the following attributes: ? Book includes a publisher, publication date, and an ISBN ? Part includes a title and a number ? Chapter includes a title, a number, and an abstract ? Section includes a title and a number Consider the refined class diagram. Note that the Part, Chapter, and Section classes all include a title and a number attribute. Use inheritance to factor out these two attributes .

Computer Science & Information Technology

What are the advantages of using the full-duplex mode of operation?

What will be an ideal response?

Computer Science & Information Technology