I think I’m doing everything according to the instructions but it still doesn’t pass. Here’s the actual code. Is there something I’m not seeing here?
<div class="daily-value sm-text">
<p class="right bold">
% Daily Value *
</p>
</div>
I think I’m doing everything according to the instructions but it still doesn’t pass. Here’s the actual code. Is there something I’m not seeing here?
<div class="daily-value sm-text">
<p class="right bold">
% Daily Value *
</p>
</div>
you have to move closing tag and text on the same line
I’ve done that and still doesn’t pass
like above ? copy it from here then check it
OK thanks. That fixed it.
it is working .
thank you.
but why didn’t work with us?
browsers won’t complain they will render most of the code you through at them, it’s fcc’s criteria which checks to pass your code on it’s own specific test cases, if you change anything you are not supposed do, even case of any text, then your code won’t pass
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.