(Solved) : Exercise Good Dogs Ok Messed Somehow S H1 H2 P Font Family Sans Serif H2 Color White Backg Q44038147 . . .
Make a page that looks like this:


Exercise: Good dogs OK, I messed up somehow. Here’s what I did: <style> h1, h2, p { font-family: sans-serif; h2{ color: white; background-color: black; margin: 0.5rem; </style> <h1>Good Dogs</h1> <h2>Renata</h2> <p>Renata is a good dog.</p> <h2>Rosie</h2> <p>Rosie is a good dog, too.</p> (Notice how I applied styles to <h1>, <h2>, and <p> all at the same time? Cool!) It looks like this: Good Dogs Renata Renata is a good dog Rosie Rosie is a good dog, too. That’s not what I want. I want this: Good Dogs Renata Renata is a good dog Rosie Rosie is a good dog, too. Please fix the code for me. Do it by changing as little as possible. Upload the fixed file. Submit the URL. Show transcribed image text Exercise: Good dogs OK, I messed up somehow. Here’s what I did: h1, h2, p { font-family: sans-serif; h2{ color: white; background-color: black; margin: 0.5rem; Good Dogs Renata Renata is a good dog. Rosie Rosie is a good dog, too. (Notice how I applied styles to , , and all at the same time? Cool!) It looks like this: Good Dogs Renata Renata is a good dog Rosie Rosie is a good dog, too.
That’s not what I want. I want this: Good Dogs Renata Renata is a good dog Rosie Rosie is a good dog, too. Please fix the code for me. Do it by changing as little as possible. Upload the fixed file. Submit the URL.
Expert Answer
Answer to Exercise: Good dogs OK, I messed up somehow. Here’s what I did: h1, h2, p { font-family: sans-serif; h2{ color: white; b…
OR