You may also select an element based on that element being a child of a specific parent. To do this, the child element name is appended to the parent element name, separated with a space (" ") character.
parent child {properties}
Add a rule in the stylesheet that makes <strong>elements that are children of <p> elements with class "notice" appear in italics. Tip: the CSS property to use is called font-style.