Learn HTML by Building a Cat Photo App - Step 6

I am struck in this stage ;## Tell us what’s happening:
Describe your issue in detail here.

Your code so far

In the previous step, you put the h1, h2, comment, and p elements inside the main element. This is called nesting. Nested elements should be placed two spaces further to the right of the element they are nested in. This spacing is called indentation and it is used to make HTML easier to read.

The h1 element, h2 element and the comment are indented two spaces more than the main element in the code below. Use the space bar on your keyboard to add two more spaces in front of the p element so that it is indented properly as well. please i need help

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 FFC forum. Give double space before your p opening tag. That’s make your all code lines align equal.
@sallaumercy

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