I am unsure as to how I was stuck however through working through the code, it wasn’t actually step 29 that was wrong, I was just over-complicating the solution.
<p>Email:Nick.Wennerbom@gmail.com</p>
<p>0493201600</p>
<a href="https://cdn.freecodecamp.org/curriculum/labs/flower.jpg">Portfolio</a>
<hr>
I had
```<p>Email: <a href="mailto:Nick.Wennerbom@gmail.com">Nick.Wennerbom@gmail.com</a></p>
<p class="phone-number">05522552525</p>
<a href="https://cdn.freecodecamp.org/curriculum/labs/flower.jpg" style="text-decoration:none">Portfolio</a>
<hr>
Which is considerably overcomplicating the solution.
I’m stuck on the same step. I’ve tried writing the anchor element in the simplest way i could and it still doesn’t work. The anchor elements I coded in the “contact with me” div work fine.
The step says “After the phone number p element, there should be an a element with the text Portfolio” but apparently the solution above doesn’t do that.
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.