Ask Question

Which of the following is an advantage of using CSS? (choose all that apply)

-more than one HTML page in a website can use the same CSS file

-global style changes to a website can be made by editing the CSS

-new content can be written and updated to a web page automatically using CSS

-different CSS files can be used to enable a page to display well on different devices

*Answers: A, B, D

+1
Answers (1)
  1. 19 October, 03:31
    0
    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
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following is an advantage of using CSS? (choose all that apply) -more than one HTML page in a website can use the same CSS ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers