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>

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter2: Getting Started With Css: Designing A Website For A Fitness Club
Section: Chapter Questions
Problem 10RA
icon
Related questions
Question

Modify or add one CSS rule for each requirement below using the specified selectors.

  1. Element selector: Change the text color from green to blue for the list items.
  2. Class selector: Set the text-decoration to underline for all HTML elements with the class name footnote.
  3. 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>

AI-Generated Solution
AI-generated content may present inaccurate or offensive content that does not represent bartleby’s views.
steps

Unlock instant AI solutions

Tap the button
to generate a solution

Knowledge Booster
Image Element
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning