Tell us what’s happening:
I’m stuck on a ‘Build a Travel Agency Page’.
These are the issues:
26. Each figure element should contain a figcaption element as its second child.
28. Each of the a elements that are children of your figure elements should contain an image.
31. Each a element should have an href attribute with the value of LINK. Don’t forget the links in the list items.
32. Each a element should have a target attribute with the value of _blank. Don’t forget the links in the list it
I have tried to change the order of figcaption and i feel like i explored about 100 different options now and im still stuck ,pls could someone help. IT DOESN’T LET ME POST LINKS INTO MY CODE HERE COZ IM A NEW USER SO I CAN ONLY POST 2 LINKS SO I REPLACED THE ACTUAL LINKS WITH THE WORDS LINK / PHOTO LINK
all lines below have startin < i had to take them out so that it posts here
figure
a href="https://www.freecodecamp.org/learn"target="_blank">
img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps"></a>
figcaption>famous mountains
/figcaption>
/figure>