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 How to Make a Website Creating HTML Content Use the Navigation Element

Petar Brkovic
Petar Brkovic
8,651 Points

Recommended tag

When you start writing tag you do something at it automatically fill your tag, how?

2 Answers

You just need to end the first tag and will end it all .

So for example, you start to type <nav

and when you close it

<nav> </nav>

it will automatically close it on workspace.

I hope this is what you mean.

Talking about code editors,

I recommend Brackets , you have a live view , its free and it just awesome , it has everything you wish for.

I would also recommend Sublime Text 2 , its awesome too, but it has a feature less than brackets.

Hope this helps ^^

Edward Bryan Kene Morales
Edward Bryan Kene Morales
7,374 Points

I agree! Brackets is great and they have a rich collection of really helpful plugins too!

Edward Bryan Kene Morales
Edward Bryan Kene Morales
7,374 Points

Hi Petar,

I'm guessing that you are referring to auto-completion? This is a feature that most modern code editors have. But there's a much hard core plugin that will save you a lot of time - emmet. But bear in mind that you still have to know the proper syntax to use them well.

Did I answer your question?