Kimoteo / DasmotosArtsAndCrafts

Code Academy Project – Build Websites From Scratch course
0 stars 0 forks source link

HTML Tags and Content #3

Closed ulisigi closed 5 years ago

ulisigi commented 5 years ago

Your HTML content matches the design specification, but the <strong> tag is not used appropriately in this context. The <strong> element is a semantic element used to denote importance or urgency. A more appropriate way to style the pricing information in this project would be to wrap the necessary text in a <span>.

Here's more information about the <strong> element: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong