Special welcome gift. Get 50% off your first courses with code “AS50”. Find out more!

HomeCoachingInterviewCSS Q/AWhat are the advantages and disadvantages of External Style Sheets?
course 6

What are the advantages and disadvantages of External Style Sheets?

Answer :

The advantages of External Style Sheets are:

1. Using them, the styles of multiple documents can be controlled from one file.
2. Classes can be created for use on multiple HTML element types in many documents.
3. In complex situations, selector and grouping methods can be used to apply styles.

The disadvantages of External Style Sheets are:

– In order to import style information for each document, an extra download is needed.
– Until the external style sheet is loaded, it may not be possible to render the document.
– For small number of style definitions, it is not viable.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

Categories

ads sidebar 1

You May Also Like

It’s about making websites work wherever the web is. Different devices with different sizes and different capabilities. Responsive design is...
It’s an alternative to graceful degradation, which concentrates on the matter of the web. The functionality is same, but it...