Computer Science, asked by shadowthakur3745, 1 year ago

External css is the mist flexible way if writing css as it allows to change styling across multiple html pages

Answers

Answered by LitChori01
0

A CSS rule-set consists of a selector and a declaration block: The selector points to the HTML element you want to style. The declaration block contains one or more declarations separated by semicolons. Each declaration includes a CSS property name and a value, separated by a colon.

Similar questions