asked 113k views
1 vote
What is the advantage of using CSS?

A. it stores data separately

B. it streamlines the HTML document

C. it creates a better-structured document

D. it allows clickable actions

2 Answers

3 votes

Answer:

c

Step-by-step explanation:

answered
User Chefjuanpi
by
7.5k points
3 votes

Answer:

c) It creates a better-structured document

Step-by-step explanation:

The layout of a web page is better controlled. Style (CSS) kept separate from structure (HTML), means smaller file size. Reduced file size means reduced bandwidth, which means faster loading time.

answered
User Peller
by
8.0k points