asked 68.9k views
1 vote
What is an advantage of using CSS to style web pages?

1 Answer

4 votes

Answer:

The advantages of using a separate CSS file rather than embedding the CSS code inside the HTML file include: 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 Ajdeguzman
by
8.3k points

No related questions found