Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
step 3

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2> 
     <See more cat photos in our gallery> 

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge: Learn HTML by Building a Cat Photo App - Step 3

Link to the challenge:

1 Like

Great work! You are close. The ‘See more cat photos in our gallery’ should be surrounded by ‘p’ tags. Like this.

<p>See more cat photos</p>
1 Like

thank you albert :ok_hand: :+1:

2 Likes

step 14: where should i add a target attribute please?

1 Like

‘target=’ attribute usually goes along with the ‘a’ / link tag. Inside the opening tag.

1 Like

Hello!

This article may help understand the target attribute better.

FCC Article Target Attribute

Keep up the great progress and moving on in your coding journey! :slight_smile:

2 Likes