Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which type of style in css should be used as much as possible in order …

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

Explanation:

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).

Answer:

External