How to indent a sentence

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<p>Hello Paragraph</p>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; SM-A505F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Mobile Safari/537.36

Challenge: Fill in the Blank with Placeholder Text

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

Hi! The challenge is to basically copy paste the sentence you’re given between the p tag.

If you want to learn to indent a sentence in the html output you could use the &nbsp html entity.

If you want to learn more about them here’s a useful link.

Hope this helped! :slight_smile:

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