Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Franko Franko
750 Pointscreating 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?

Martina Carrington
15,754 PointsHi 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
20,880 PointsMartina 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
12,012 PointsIt 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
12,012 PointsIt is hard to say. But using html and css, you will end up writing duplicate code. Rails is a good framework to learn.
Andrew Rady
20,880 PointsAndrew Rady
20,880 PointsHey Franko,
Are you talking about a drop down menu for your navigation?