I feel pretty confident in most of my code- but I was wondering if the solution for this part was best practices
My two questions
- Was it ok to apply the background color style in HTML rather than CSS because based on the style sheet it was a one time design decision, that was not replicated anywhere else on the website
*was using span ok to change the formatting of that specific line of text
<article>
<h2 style="background-color: lightcoral;">Frames</h2>
<img src="recources\files\frames.jpeg">
<h3>Art Frames (assorted)</h3>
<p>Assorted frames made of different material, including MDF, birchwood, and PDE.
Select frames can be sanded and painted according to your needs. <span>Starting at $2.00 / frame.</span></p>
</article>
Full code is here (https://www.codecademy.com/workspaces/666516da9e5f3f0c069c3c4b)
please ignore the broken image links, the original code is local