Tell us what’s happening: I am not sure how you are meant to run the tests to show that your code is working.
I am fairly sure that I have completed this task but haven’t run any tests on the completed code to make sure it works properly. Do we submit our code before running the tests
There are a couple of reasons why are not passing the tests.
No.1: A lot of the tests require the use of ids.
For example, you wrote this for user story 3
<img-div>
It looks like you created a tag called img-div which is incorrect
But the user story says this:
I should see either a <figure> or <div> element with corresponding id=“img-div”.
If you need help on how to create ids, then review this lesson.
You can also reach back out for additional help.
But that should take care of most of the failing tests.
No.2: Remove the style tags from the css section.
Style tags <style> are html and do not belong in the css section.
you will need to remove those.
I would suggest asking for feedback in the #project-feedback section because the community can help review your code and help you level up as a developer