You can use HTML to incorporate images into your Web pages and specify CSS ____ to affect the way user agents display the images.

A. elements
B. properties
C. commands
D. applications


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following shows the correct way to remove leading and trailing spaces from a text box named txtStudentID and assign the result to strStudentID?

a. ```Dim strStudentID as String strStudentID = txtStudentID ``` b. ```Dim strStudentID as String strStudentID = txtStudentID.Text ``` c. ```Dim strStudentID as String strStudentID = RemoveSpaces(txtStudentID.Text) ``` d. ```Dim strStudentID as String strStudentID = txtStudentID.Text.Trim() ```

Computer Science & Information Technology

When you insert an Address Block, ________ characters are placed around the field name

A) [[ ]] B) << >> C) {{ }} D) (( ))

Computer Science & Information Technology

In the Mail Server Configuration Wizard General Settings window, what is the default selection for the network connection type?

A. Permanent B. Temporary C. Advanced D. Standard

Computer Science & Information Technology

A(n) ________ can be used when records with missing data have been found

A) delete query B) update query C) make table query D) append query

Computer Science & Information Technology