Ask Question
20 February, 03:21

Which of the following statements are true?

a. HTML document will not be displayed if I do not have closing tags

b. Without, the web page will not display the contents

c. Adding external CSS is a good practice for various reasons, including code organization

d. External CSS always has precedence over others

+3
Answers (1)
  1. 20 February, 06:19
    0
    The answer is: c. Adding external CSS is a good practice for various reasons, including code organization.

    Explanation:

    External CSS improves maintainability in code.

    Internal CSS has precedence over external CSS, it means that internal will overwrite external CSS, but abuse of internal CSS often makes hard to maintain HTML code on a large website.

    Furthermore, it is much easier to modify one CSS (external) file that can impact multiple web pages than go into every HTML page and modify your styles per page. Many sites have hundred or more pages, go through each one wouldn't be productive.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which of the following statements are true? a. HTML document will not be displayed if I do not have closing tags b. Without, the web page ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers