Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(e) This question consists of 2 sub-questions which are designed to test your knowledge of CSS. (i) List the 2 different ways we can use
(e) This question consists of 2 sub-questions which are designed to test your knowledge of CSS. (i) List the 2 different ways we can use to include CSS in a given web page. (1) (ii) Describe the effect of the following three CSS style rules. Your answer should include examples of which HTML elements would be affected by these rules, and when (if appropriate). #ImportantTitle { text-decoration: underline; } . ReallyBigText { font-size: 72px; } h1:hover { color: red; font-size: 12px; }
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started