Step 6 HTML-CSS New

Hi All,

could you please help me with STEP 6 of HTML and CSS? I have tried all the possibilities.
Not Working

  **Your code so far**
<h1>CatPhotoApp</h1>

Cat Photos

  <!-- TODO: Add link to cat photos -->


      <p>Click here to view more cat photos.</p>

We need to see your actual HTML in order to help you. To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.

But from what I can tell, you added elements to the HTML that you shouldn’t have. The example HTML in the instructions is just that, an example, not meant to be used in the solution.

Restart the step to get back the original HTML and formatting since formatting is very important for this step. Then, the only thing you should do is use your space bar to add two more spaces before the opening tag of each of the three child elements in main.

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Hi @varun.vaidyanathan !

I would reset the lesson.

The lesson wants you to learn about indentation.
Take the h2, p and comment tags and move them two spaces to the right.
That is what indentation is.

You are not supposed to add any code.

Hope that helps!

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