Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML Introduction to HTML and CSS (2016) HTML: The Structural Foundation of Web Pages and Applications HTML Lists

indent

What is the meaning of indent and how to indent the list items in html? Please help.

1 Answer

Hi Sparsh masson,

Indentation means giving some space in your code in each line based on the block of code. It make code more readable.You can use prettier if you're using VSCode for indentation and your code alignment and if you're using any other id you can search the relative tool or extension for the same.

Thanks,