What am I doing wrong here? I feel like I am over complicating this. Any feedback is greatly appreciated. I have been working on this for some time now, and am feeling really stuck.
You just need to close the <main>
tag at the end, fix the paragraph tag on line 24 by changing <p>
to </p>
, and move the target="_blank"
attribute inside the <a>
tag (not after it). That should clean up your HTML and let the test pass.
Do not post pictures of code. If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
I apologize for posting the code. Like I stated earlier I am new at this and trying to figure everything out. Thanks for the information for next time.
please use that button if you also have need of more help for this project
Are you able to tell me how to copy the link for my code as you mentioned before?
Use that button, it does that for you automatically
18,19,21,22,23,26,28 Are still failing even with the suggestions that were made. Everything that I search for is still showing my code is correct.
you will need to share your updated code for people to be able to help you more
Is there a way to share my code on this same thread or do I have to create a new thread everytime?
You can copy and paste it here.
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
Thanks for the information. I will be sure to use that from now on!