Asked by Coder
                Suppose you are working as a web designer and you have developed a website for some client. Your supervisor is concerned with layout of your website. He has conducted a meeting with you to correct issues related to layout of website, so you have to quickly respond to his requirements and change the website layout quickly. After making quick changes, you have to consider the factor of maintainability too. You have been given two options, CSS Inline styling and external styling to style your web pages. So, by considering quick response and maintainability factors, which option you will use for above scenario? 
            
            
        Answers
                    Answered by
            Anonymous
            
    external styling
quick change: you can change properties of multiple elements instead of doing one by one
maintainability: you can change the external css file more easily bc you can apply it to multiple pages and multiple elements at once.
    
quick change: you can change properties of multiple elements instead of doing one by one
maintainability: you can change the external css file more easily bc you can apply it to multiple pages and multiple elements at once.
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.