Cascading Style Sheets are used to ____.

A. create the structure of the Web page
B. format Web pages
C. control elements of Web page content
D. all of the above

Answer: B

Computer Science & Information Technology

You might also like to view...

What is a field in Word?

A) a column heading B) a category of data that can be inserted into a document C) a category of data used to identify a file D) a cell within a table

Computer Science & Information Technology

Which is equivalent to if (!(grade == sentinelValue))?

a) if (grade !== sentinelValue) b)if (grade != sentinelValue) c) if (grade == sentinelValue) d) if (grade !== sentinelValue)

Computer Science & Information Technology