Use the ________ element to configure a table head row group
a. thead
b. tgroup
c. tbody
d. tfoot
a
Computer Science & Information Technology
You might also like to view...
In which of the following authentication mechanisms is the authenticating user issued an assertion ticket?
A. SAML over HTTP B. WEP C. 802.1x D. PKI
Computer Science & Information Technology
Which of the following are class methods and which are object methods? How can you tell which are which?
1. Math.abs(-3) 2. soundObj.play() 3. FileChooser.pickAFile() 4. pictureObj.show() 5. ColorChooser.pickAColor() 6. turtle1.turnLeft()
Computer Science & Information Technology