What are the advantages/disadvantages of the various style methods?

Experience Level: Junior
Tags: CSS

Answer

Advantages

  • Can control styles for multiple documents at once.
  • Classes can be created for use on multiple HTML element types in many documents.
  • Selector and grouping methods can be used to apply styles under complex contexts. 

Disadvantages

  • An extra download is required to import style information for each document.
  • The rendering of the document may be delayed until the external style sheet is loaded.
  • Becomes slightly impractical for small quantities of style definitions. 
Related CSS job interview questions

Comments

No Comments Yet.
Be the first to tell us what you think.
CSS for beginners
CSS for beginners

Are you learning CSS ? Try our test we designed to help you progress faster.

Test yourself