QUESTIONS WITH COMPLETE
ANSWERS { GRADED A+}
CSS - ✔✔Cascading Style Sheets for web page styling.
CSS rule - ✔✔Selector with declaration block in braces.
Selector - ✔✔Specifies HTML elements for styling.
Declaration block - ✔✔Contains CSS declarations separated by semicolons.
Declaration - ✔✔CSS property and value pair.
Inline style - ✔✔CSS declarations within a tag's style attribute.
Embedded stylesheet - ✔✔CSS rules in <style> tags within HTML head.
External stylesheet - ✔✔CSS rules in a separate file linked with <link> tag.
Inheritance - ✔✔Parent element's styles applied to child elements.