QUESTION IMAGE
Question
which type of style in css should be used as much as possible in order to maintain consistency within a website? external outline internal inline
Brief Explanations
External CSS allows for a single style sheet to be used across multiple web pages. This centralizes the styling, making it easier to maintain consistency. If changes are needed, they can be made in one file and reflected across all linked pages. Inline styles are specific to an element, internal styles are page - specific, and outline is not a type of CSS style (likely a distractor).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
External