Respuesta :
Answer:
Correct answers are option 1,2,4.
Explanation:
One css file can be reused in multiple html files to save time for similar html code.If css file is imported globally in html file it can be really useful to make design changes to the website just by changing the global css file. All the changes made in that file would be reflected in all html files where that particular stylesheet is included.
While importing a stylesheet one can link multiple stylesheets with multiple screen size so that for a particular screen size a particular stylesheet is loaded
Answer:
A, B, D
Explanation:
Just took the question and they are all right