I dont know how to indent, which button should i use

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>

<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>

Your browser information:

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

Challenge: Introduction to HTML5 Elements

Link to the challenge:

You don’t have indent anything in this challenge.

  1. Create a second p element with the provided text.
  2. Then create main element and inside it place two p elements and that’s it :slight_smile:
1 Like

I assume you’re watching a video explaining this challenge? As @sitek94 says, it’s not something you have to do – it makes no difference to the markup – it’s just making it easier for you to read

Indent (typography): to begin a line or lines at a greater or lesser distance from the margin

This line has no indentation.
  This is indented two spaces.
     This is indented four spaces.
 This is indented one space.

I dont know how to indent, which button should i use

Space bar

1 Like

just press the SPACE button. That’s it.

1 Like