How come the anchor link is off to the right of the picture?

Tell us what’s happening:

I apologize as i am new to the coding world. I don’t understand how to move the link neatly underneath the cat photo. Instead it automatically moves to the right of it.

Also, i had another question. How come this forum didn’t recognize my sign in information for the actual freecodecamp.org website. I had to created a new account for just the forum itself. Are the lessons and this forum completely seperate? I just want to make things easier for me in the future and avoid multiple different usernames and accounts.

Thanks again and i am very happy to be a part of this wonderful community!

Your code so far


<h2>CatPhotoApp</h2>
<main>



<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<a href="http://freecatphotoapp.com">cat photos</a>

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements

this is because both the anchor element and the image element are inline elements
to make it as you want you could style the image to be a block element (you will learn styling and css later), or use the anchor element inside a paragraph element (next lesson I think :thinking:) (the paragraph element is a block element!)

they are separate accounts, but it may change in the future for better user experience