Kindly help on step 12. I have been attempting the coding in vain. I am not understanding. Any help will be so much appreciated
We need to see what you have tried before we can help. So you’ll need to paste your HTML in here.
To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.
<p>Click here to view more <a href="https://freecatphotoapp.com">cat photos</a></p>
<p>Click here to view more <a href="https://freecatphotoapp.com">cat photos</a></p>
sorry about the first one. That was my attempt and several others. I replaced the word cat photos with the anchor (a) element from the previous page.
este codigo esta bien
This one is correct. Are you passing the test? If not then perhaps you forgot to remove the link that is below the p
element?
Thank you. Am not passing the test yet. My code in nested in (p) element and on no.8 going downwards. Am I supposed to remove the link on no.9. That’s where I am getting confused.
Thanks
I’m afraid I don’t quite understand what you need help with. Please be very specific and include your HTML.
Okay am still not getting the last statement.
Make sure to remove the a
element with the text cat photos
on the line below the p
element.
The original HTML for the step is:
<p>Click here to view more cat photos.</p>
<a href="https://freecatphotoapp.com">cat photos</a>
After you turn the words “cat photos” in the p
element into a link you want to use your backspace key to delete the a
element below the p
element.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.