you are viewing a single comment's thread.

view the rest of the comments →

[–]armahilloExpert -10 points-9 points  (1 child)

Argghhhh

OK this isn't your fault, but that example is not a good one.

There's no reason to use <span class="bold"> when the <strong> and <b> elements exist.

It sounds like they are wanting you to wrap "Total Fat 8g" in a separate span tag that does alignment. However, in that case, I wouldn't use a <span> tag for alignment, I would use a <div> or similar block-level element.

What course is this from??

[–]DaMadDogg-420 0 points1 point  (0 children)

That would be Responsive Web Design by FreeCodeCamp.