Portfolio Test Conundrum

I am trying to create the Personal Portfolio Page. The test for profile-link will not pass. I believe I have the code correct. any thoughts?
Your code so far

https://codepen.io/Overkromm/pen/BapYwgE

I could not place the code in the chat because it had “links” which brought my link total past the Topic allowance.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36.

Challenge: Build a Personal Portfolio Webpage

Link to the challenge:

Hi @dcalciano !

Welcome to the forum!

The problem is here

    <iframe id="profile-link" scr="https://github.com/Overkromm" title="product landing page" height="200" width="300"</iframe>

The test is excepting an anchor tag not an iframe.
Change the necessary details to convert it to an anchor tag and the test will pass.

So simple of a fix, I must have looked at that a million times yesterday and this morning. I thought adding a <a> to the section with the <iframe> would be fine, but I see how that was the wrong way to do it.

Thank you!!! that guidance was awesome! and thank you for your time.

1 Like

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