140k views
4 votes
What can web designers use to control the individual web page layouts for all of the pages on a website?

a)XML
b)CSS
c)JavaScript
d)PHP

User MrGreg
by
6.1k points

2 Answers

2 votes

Answer:

b

Step-by-step explanation:

User Elmonty
by
5.9k points
3 votes
CSS in a separate file shared by many web pages provides a mechanism for a consistent layout, so my vote would be answer b.

However, with PHP driven templates you could achieve something similar. Also, JavaScript is commonly used for layout purposes (e.g., jQueryUI). But CSS is all about layout...
User Bambam
by
5.9k points