What color font does the second paragraph inherit? <!DOCTYPE html> <html lang="en">  <title>CSS Example</title>  <style>    body {      color: blue;    }  </style>  <body>    <p><span style="color: orange">Hello World</span>!</p>    <p style="color: inherit">How are you?</p>  </body> </html>

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter3: Designing A Page Layout: Creating A Website For A Chocolatier
Section: Chapter Questions
Problem 13CP3
icon
Related questions
Question

What color font does the second paragraph inherit?

<!DOCTYPE html>

<html lang="en">

 <title>CSS Example</title>

 <style>

   body {

     color: blue;

   }

 </style>

 <body>

   <p><span style="color: orange">Hello World</span>!</p>

   <p style="color: inherit">How are you?</p>

 </body>

</html>

 

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
Properties of CSS
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