Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

Describe your issue in detail here.

Your code so far [quote=“Eigwe, post:1, topic:679296, full:true”]

Tell us what’s happening:

Describe your issue in detail here.

Your code so far

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <elementName>see more cat photoin our gallery</elementName>

<!-- User Editable Region -->

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

[/quote]
I dont know where or how to use the

element

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <elementName>see more cat photoin our gallery</elementName>

<!-- User Editable Region -->

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Welcome to the forum @Eigwe

Just a few fix ups are needed here.

Your code is using the example syntax given in the instructions.

  1. replace elementName with the letter p, which is code for the paragraph element
  2. capitilise the first word see in the paragraph
  3. separate photoin into two words
  4. make photo a plural
  5. add a dot after the word gallery

Happy coding

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.