Designers previously relied on tables to create entire page layouts, but due to their lack of flexibility and limitations for access by people with disabilities, this use is now discouraged in favor of using ____-based layouts.

A. Java
B. HTML
C. JavaScript
D. CSS

Answer: D

Computer Science & Information Technology

You might also like to view...

What is the extension of the file that contains the jQuery library?

A. ?.html B. ?.css C. ?.js D. ?.jq

Computer Science & Information Technology

The cast operator has the syntax ____.

A. (dataType expression) B. (expression dataType) C. (dataType) expression D. expression (dataType)

Computer Science & Information Technology