Modify or add one CSS rule for each requirement below using the specified selectors. Element selector: Change the text color from green to blue for the list items. Class selector: Set the text-decoration to underline for all HTML elements with the class name footnote. ID selector: Set the text color to orange and the font-style to italic for the HTML element with the ID footnote-1. <section> <h2>Facts about CSS</h2> <ul> <li>According to Wikipedia, CSS was first proposed by Håkon Wium Lie on October 10, 1994. <a href="#footnote-1">[1]</a></li> <li>The first W3C CSS Recommendation (CSS1) was released in 1996.</li> <li>CSS was selected over competing stylesheet technologies because CSS <cite>allowed a document's style to be influenced by multiple stylesheets by way of "cascading".</cite> <a href="#footnote-1">[1]</a></li> <li>Four years passed from when CSS1 was released before any browser fully supported CSS1. <a href="#footnote-2">[2]</a></li> </ul> <p id="footnote-1" class="footnote"> [1] <a href="https://en.wikipedia.org/wiki/CSS#History" target="_blank"> Cascading Style Sheets history</a>. Retrieved March 31, 2022. </p> <p id="footnote-2" class="footnote"> [2] <a href="https://en.wikipedia.org/wiki/CSS#Difficulty_with_adoption" target="_blank"> Difficulty with Adoption</a>. Retrieved March 31, 2022. </p></section>
Modify or add one CSS rule for each requirement below using the specified selectors.
- Element selector: Change the text color from green to blue for the list items.
- Class selector: Set the text-decoration to underline for all HTML elements with the class name footnote.
- ID selector: Set the text color to orange and the font-style to italic for the HTML element with the ID footnote-1.
<section>
<h2>Facts about CSS</h2>
<ul>
<li>According to Wikipedia, CSS was first proposed by Håkon Wium Lie on October 10, 1994.
<a href="#footnote-1">[1]</a></li>
<li>The first W3C CSS Recommendation (CSS1) was released in 1996.</li>
<li>CSS was selected over competing stylesheet technologies because CSS <cite>allowed a document's
style to be influenced by multiple stylesheets by way of "cascading".</cite>
<a href="#footnote-1">[1]</a></li>
<li>Four years passed from when CSS1 was released before any browser fully supported CSS1.
<a href="#footnote-2">[2]</a></li>
</ul>
<p id="footnote-1" class="footnote">
[1] <a href="https://en.wikipedia.org/wiki/CSS#History" target="_blank">
Cascading Style Sheets history</a>. Retrieved March 31, 2022.
</p>
<p id="footnote-2" class="footnote">
[2] <a href="https://en.wikipedia.org/wiki/CSS#Difficulty_with_adoption" target="_blank">
Difficulty with Adoption</a>. Retrieved March 31, 2022.
</p>
</section>
Unlock instant AI solutions
Tap the button
to generate a solution