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

creating a website

I wanna create my own site based on tutorials I've watched (how to make a website), How can I make my navigator for example About to show multiple menu bar?

Andrew Rady
Andrew Rady
20,880 Points

Hey Franko,

Are you talking about a drop down menu for your navigation?

Martina Carrington
Martina Carrington
15,754 Points

Hi Franko , are you referring to HTML because there are different ways create multiple menu bar by using CSS, HTML and Javascripts.

<nav> <ul> <li><a href="#">Navigation</a></li> <li><a href="#">Menu</a></li> <li><a href="#">Links</a></li> </ul> </nav>

Andrew Rady
Andrew Rady
20,880 Points

Martina is correct, I would work on following the tutorials on how to make a website and then do some JavaScript and maybe the Front-end courses. This will teach you how to make desktop(drop downs) and mobile menus(also in a way drop down) .

Juan Ordaz
Juan Ordaz
12,012 Points

It is hard to say. But using html and css, you will end up writing duplicate code. Rails is a good framework to learn.

Juan Ordaz
Juan Ordaz
12,012 Points

It is hard to say. But using html and css, you will end up writing duplicate code. Rails is a good framework to learn.