Hello and welcome to the community !
In the previous step you created a link ‘link to cat pictures’ by nesting the text inside opening and closing a tags. In this step you want to create a paragraph by nesting your text in opening and closing p tags and turn the words ‘cat photos’ that are part of the paragraph into a link to cat pictures so that when the user clicks on it they get redirected to a webpage containing cat photos. Kinda like Wikipedia paragraphs that have links inside of them. To create a link you have to surround the words you want to link with a tags and place them between the opening and closing a tag. Instead of deleting the paragraph provided in the steps simply reset this step and find the words ‘cat photos’ that are part of the paragraph. Then to turn them into an actual link surround only the words ‘cat photos’ with a tags by putting those tags in the actual paragraph so that the text ‘cat photos’ are between them.
Ex of link to pizza store: <p>Click<a href="https://pizza_store.com">HERE</a>to visit our store</p>.
Remember to put a closing tag after your opening a tag and to place the words ‘cat photos’ btw both tags, Good luck!