The quick brown fox jumped
What are the error messages?
1st. try to remove or edit the <a>
element which is in the top …
you insert the <a>
element in the last thats why it takes the 1st <a>
2nd. you need to change the link to freecatphotoapp .com
lastly try to put the solution within the main element.
hope it will help !!
Well, you dont need to create a new anchor tag here.
You need to enclose the existing anchor tag within p tag and add the text there(which is above the catphotoapp).
So, remove everything you created after the main tag. and work with the existing a tag given in template code.