Not able to pass 2 test cases

https://codepen.io/sahil2608/pen/VwmKxOo
Not able to pass 2 test cases , I tried to check but not able to find the reason?
other suggestions related to code are also welcome.

Make sure to carefully read the red error text for each error. It is pretty much telling you exactly why it is giving you an error. If there is something specific you don’t understand about the error message then you can ask it here.

1 Like

When you create an id in html you write id=“introduction” inside the opening tag of an element, correct? The # is only used in urls and css style sheets. Class follows the same pattern. That is your error.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.