Today is hump day and we are just trying to make it to Friday!
This uses a strong class inside a li, inside a ul, inside a p,
so it should be blue as well. But it is not. The "strong" element
is not being styled blue because the HTML structure is invalid. In HTML5, a "p"
element can only contain phrasing content (like text, links, spans, etc.),
not block-level elements like "ul".
This is a paragraph with a "span", and inside that a "strong", so should
be blue as well: Important text