Hi,
For this step I’m also getting an error when formatting the cat photos text without a period. Below is my full code:
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p><a href="https://freecatphotoapp.com">cat photos</a></p>
<a href="https://freecatphotoapp.com">link to cat pictures</a>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"
alt="A cute orange cat lying on its back.">
</main>
</body>
</html>
I did a bit of Googling around and found that it is following correct format. Can you please help point out what I’m missing?
Edit: Figured it out! Came across your previous post here: Guidance for making an HTML link within a paragraph element