Sub menu in html 17) Drop down menu with Prototype A unique drop down navigation that recursively applies a function to an li that toggles the visibility of a nested ul element. CSS based responsive menu with sub menu Pen Settings. dropdown-submenu a'). First, create an HTML file with the name of index. Jan 13, 2021 · To this sidebar, you can add as many sub-menus as you want. Explicación: Los pasos que vamos a seguir son sencillos, primero vamos a montar un menú via tag UL y LI, donde añadiremos una nueva lista dentro de cualquier punto de la lista principal. Moved Permanently. Só aparecem tutoriais de A mobile navigation example of a full view menu with a sub menu that you can navigate to easily. They then use jQuery to add a class to whichever menu should be visible. It does have not only a submenu but also the Multi-Level Dropdown Menu. I am sure that you know what is a dropdown menu, A drop–down menu is a list of links or items that appear whenever the button is clicked or hovered on. Foundation CSS Horizontal Dropdown Menu Class: menu: This class is used to create the menu with list of items. parents('ul'). Add the class ‘has-sub’ to your lists which have one or more sub menus. Font Awesome 5 used for icons About External Resources. sub-menu {display: none; position: absolute;} Và cuối cùng, là chúng ta sẽ cho thằng . Use any element to open the subnav/dropdown menu, e. Html di atas bisa Anda susun untuk tambah kode dalam membuat sub menu. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug. About External Resources. Jan 30, 2024 · Static sub-menu options. Então vamos falar sobre esses assuntos separadamente. Add in drop down menu to existing navigation menu. Queremos cada sub-menu ao lado direito do seu elemento pai assim que passarmos o mouse sobre ele, como mostra a Listagem 5: Com as propriedades CSS Left e Top podemos posicionar cada item do sub-menu ao lado de seu item pai. When I've searched for this online I've found Nov 15, 2020 · amaterasublog. – mohammad. menu-item-has-children 10. Aug 21, 2021 · Conclusion. Sep 17, 2018 · sub menu atau class “isi-dropdown” awalnya kita set dengan css “display:none”. hide(); $(this). To create the sub menu add another unordered list inside of the list. menu { text-align: center; } /* 親メニューをinline-blockにしてセンターに配置 */ . ). You can apply CSS to your Pen from any stylesheet on the web. It is also called treeview menu. agar sub menu nya tidak terlihat. com – Halo teman-teman blogger! pada artikel kali ini admin ingin menyajikan tutorial blogging tentang Cara Membuat Menu dan Sub Menu di Blogger. The display: none property is added to the content of the sub-menu which will hide the sub-menu content by default. , it shows only when I click the sub-menu then it shows the same position. It is intended as the vertical menu which is perfect for the sidebar to use. Faça uma doação para o canal: https://www. Can you give me the explanation of this issue? Thank you very much. ARIA menus can only contain menu items, checkbox menu items, radio button menu items, radio button groups, and sub-menus. For Dec 3, 2022 · 10. How to use it: Create a multi-level navigation menu using nested Html lists. So you can scroll up down the sidebar. In this tutorial, we have created sub-menu navigation with CSS. 1. Mar 14, 2017 · The first matching SO answer from Google appeared to be incomplete, so here is a minimal set of options to add a submenu in later versions of MVC that use Bootstrap: Oct 11, 2024 · HTML dropdowns, also A nested dropdown menu also known as a hierarchical dropdown menu is a menu structure where each menu item can have a submenu or multiple Jan 11, 2024 · The menu drawer pushes the main content on open and an overlay covers the contents. I’d add a display: none; property to ul li ul and display: block; in ul li:hover > ul to solve it. Here is my html: Nov 29, 2019 · HTML&CSS; CSSで作るドロップダウンメニュー 2つ目の変更はサブメニューをメインメニューの左端に合わせるために「. Our goal? To showcase a sleek and versatile dropdown menu that adapts seamlessly to different screen sizes, enhancing user experience without the need for extensive tutorials. Sign in to your Google Account to access Google Pay. In CSS, the menu is styled to be horizontally aligned, with submenu items hidden by default and shown when the user hovers over the main menu item. (when I click the sub-menu then its sub-menu hides and is replaced with another sub-menu in the same position ) W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Eu tentei pesquisar no google mas não consegui nada. Basic Dropdown Menu. Jan 11, 2024 · This lightweight CSS code snippet helps you to create a custom vertical menu with submenu on click in Bootstrap projects. Respuesta a dudas típicas cuando aprendemos html por primera vez; 7. Sub-menu that shows after selecting main navigation item The menu also has the functionality of hiding or how with one click hamburger button. A responsive dropdown navigation menu is a type of navigation that automatically adjusts its layout based on the user’s screen size. Mar 9, 2022 · Horizontal Dropdown Menu is used to create the menu in the horizontal direction and sub-menus are automatically vertically aligned. Jul 27, 2008 · The following centered menus all use the same HTML markup, only their CSS is different. This page shows how to create horizontal submenus. The menu was created using HTML and CSS. May 24, 2023 · By Victor Eke Navigation bars are essential components used a lot in websites and web apps. Etiquetas básicas introductoras al html5; 3. html and paste the given codes in your HTML file. Consider it as a secondary menu or a submenu. Learn how to create a subnavigation menu with CSS. Definimos o display: none; para que o sub-menu não fique visível por padrão. Agora vamos estilizar os sub-menus. paypal 10. Neste guia completo, vamos explorar passo a passo como criar um menu dropdown utilizando apenas CSS, perfeito para iniciantes e intermediários no mundo do desenvolvimento web. Add sub menu using css in html. menu-item { display: inline-block; padding: . Feb 12, 2022 · Di body halaman, kita memiliki elemen <nav> sebagai kontainer untuk daftar tautan tradisional, dan kita telah menyertakan sub-menu untuk ukuran yang baik juga. We can start by hiding the submenus and making them visible when the parent list item is hovered over. 3em; } /* リストの記号を消去 */ . This could be somewhat annoying with lots of sub-menus and more nesting. g. Sep 23, 2013 · Think of it as 4 menus. In this article, we will learn the Horizontal dropdown Menu in Foundation CSS. Basically, at first, the submenu is hidden but when you hover over menu item a specific menu's submenu will appear Jan 13, 2014 · Add a vertical Sub menu using css and html. Wrap a <div> element around the button and the <div> to position the subnav menu correctly with CSS. Esto se utiliza principalmente dentro de formularios para seleccionar un valor de una lista de muchas opciones. Main Menu Items: That is holds the main menu items (Dashboard, Pets, Reports, etc. find('. The menu is created using the <nav> element on a web page. Errores html típicos que todos cometemos alguna vez; 9. Design navigation is awesome and eye-catching. Nov 27, 2019 · Dan pada setiap submenu dan sub dari submenu kita tambahkan deklarasi position:absolute (pada selector “nav ul ul” dan “nav ul ul ul”) sehingga sub menu akan tampil tanpa mengganggu tampilan menu utama. I simply want the sub menu to start where the hover of the submeneu is defined and to the right and drop down the same way as my current sub menu does it. The menu is of the W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Hot Network Questions Chinese name help. sticky navigation menu. Use a container element (like <div>) to create the subnav menu and add the subnav links inside it. I have a CSS manu that I am using with sub menus. Além disso, esse tipo de menu ajuda você as postagens que acha as mais importantes do seu site. About HTML Preprocessors. En este videotutorial aprenderemos a crear un menú desplegable con sub menús dentro, todo eso con solo HTML y CSS sin la necesidad de utilizar otros lenguaje Apr 28, 2023 · Steps for Creating a Sidebar Menu in HTML CSS & JavaScript. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself. That class then unhides that menu. Como você notará esse é um código grande, mas basicamente ele se divide em duas partes: estilos CSS (aparência do menu) e os links que você quer colocar no menu e sub menu do blog. on("click", function(e) { $(this). Antes de começarmos a estilizar nosso menu dropdown (ou menu suspenso), precisamos ter uma estrutura HTML básica. HTML preprocessors can make writing HTML more powerful or convenient. Cómo Crear una Lista Desplegable en HTML. here you will be required to creating two files one for HTML file name as index. com/c/OnlineTutorials4Designers/videos?sub_confirmation=1-----Enroll My Course : Next Level CSS Animation a Jul 3, 2020 · Jika ingin membuat sub menu, silakan ikut langkah selanjutnya. active a { color:#fff; background:#000; } Any a nested below #centeredmenu ul li. W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Topics. Finally, change the sub menu to display: block through a :hover or whatever. 1-st level dropdowns are opens by click, but inner submenus opens by mouse hover. Today you will learn Jul 5, 2019 · Solution: Pure CSS Dropdown Menu With Submenu,Simple HTML CSS Menu with Multi Submenu. submenu { display: none; } #dropdown-menu li:hover . Introducción al HTML; 2. Como anidar etiquetas html correctamente; 6. Resumen de como comentar código en html, css y javascript; 4. Tutorial & templates for multilevel navbar dropdowns menu, activated on hover or on click & much more About HTML Preprocessors. Nov 22, 2018 · 3. There are menu items, one background image on the webpage. Sidebar menus keep navigation accessible without cluttering your main content — ideal for dashboards, documentation, and admin panels. Ejercicios HTML; 1. Cómo hacer espacios en blanco con html; 8. Feb 27, 2025 · The sub-menu does not show on the mouse hover effect. Hey i have quite a bit of a design to my dropdown menu and im having trouble adding a submenu to lets say to the first element on the dropdown-cotent div. The CSS position property can be used to position the navigation menu on a webpage. Jul 5, 2019 · Solution: Pure CSS Dropdown Menu With Submenu,Simple HTML CSS Menu with Multi Submenu. Nested Submenus: Clients in particular as well as Appointments and Billing collapse to offer further submenu selections. The W3Schools online code editor allows you to edit code and view the result in your browser Mar 14, 2017 · The first matching SO answer from Google appeared to be incomplete, so here is a minimal set of options to add a submenu in later versions of MVC that use Bootstrap: Moved Permanently. Como usar los encabezados h1 a h6 en html; 5. then the sub menu list gets truncated, it shows only the no of items equal to parent menu item. Menus are the backbone of site navigation — but default styles often lack visual appeal. Today you will learn I think all step and process explained here, there is nothing to remain, I hope you will understand better after getting the codes for creating a dropdown menu with sub-menu. Read on how to do it in this link: Jan 24, 2014 · You have this style declared: #centeredmenu ul li. For larger screens, the navigation appears as a horizontal menu with dropdown options, while on smaller screens (like mobile devices), the menu typically collapses into a toggleable menu icon. 0. Adding position:relative; will allow us to absolutely position the sub-menus according to this main nav bar, then display:inline-table will condense the width of the menu to fit. Moreover, this sidebar menu is responsive and adapts to small-screen devices. relative vs. It collapses the sidebar into an off-canvas navigation on mobile, and your visitors are able to reveal the menu by clicking the hamburger button. be/PUmmi4O3_5I. All examples are easy to add to your own project. youtube. Every website use dropdown menu, this the best way to organize listing by category. With CSS, you can create responsive, interactive sidebars that adapt from desktop to mobile seamlessly. Nested dropdowns built with Bootstrap 5. They remove the complexities that come with interactive dropdowns and keep the main navigation simple. Mar 3, 2021 · A responsive sidebar menu with multi-level sub-menus written in plain JavaScript and CSS. toggle Nov 13, 2024 · GitHub Source: Sidebar Menu with Sliding Submenu Features. Sep 27, 2018 · $(document). sub-menu sẽ hiển thị ra khi ta rê chuột vào menu mẹ, như vậy ta sẽ kết hợp với một pseudo-class là :hover để làm việc này. active including nested ones will pick up that style. QUICK HELP. The submenus appear on mouse hovering any of the menus from the main menu. Before we create custom submenus, it helps to get an understanding of how the dropdown menu works. Feb 2, 2016 · Eu estou editando o blog, e eu queria fazer um menu com submenus, mas eu não sei exatamente o que faz isso acontecer. sub-menu 另外,在菜单中通过 sub-menu 组件可以生成二级菜单。 Menu 还提供了 background-color 、 text-color 和 active-text-color ,分别用于设置菜单的背景色、菜单的文字颜色和当前激活菜单的文字颜色。 W3Schools offers free online tutorials, references and exercises in all the major languages of the web. How to Create Horizontal CSS Menu with Submenu in HTML May 24, 2021 · To create this navigation menu with the feature of drop-down sub-menu, I have used HTML5 CSS3 and a little touch of JavaScript. Jul 2, 2011 · When I'm in home page, I can see the sub-menu when the cursor on the top-level menu, but when I move the cursor on the sub-menu, the sub-menu disappear immediately, so I can't access the sub menu, but when I'm in other page (except home page) I can access the sub menu. Whether you work with HTML, CSS, Bootstrap, TailwindCSS, JavaScript, you'll find ready-to-use components and patterns to streamline your development. To get the source codes you just need to scroll down. How to Create a Sidebar Menu with Submenu using Bootstrap? 1. sidebar-menu sidebar-navigation responsive-sidebar sidebar-submenu Aug 13, 2017 · En este tutorial vamos a ver un pequeño componente CSS muy útil: un menú responsive de dos niveles compatible con mobile y tablet, sensible a la resolución de las pantallas pero también a su orientación (vertical u horizontal). css. Jan 23, 2024 · This HTML and CSS project helps you to create a horizontal menu with submenu. Dropdown nav-item: To a standard nav-item list item element, the bootstrap dropdown class is added. The sub-menu can be aligned horizontally or vertically below the main menu. In this guide, you'll learn how to buil Jun 27, 2022 · 今天在使用element-plus组件el-menu作为网站头部导航栏的过程中,出现了一个问题。即当我点击“检测结果”时,可以看到url地址已经变化,但是界面却不会自动跳转,需要手动刷新才能正确跳转。 i changed the html and you should add a link for sub menu. Langkah 5 : Membuat Sub Menu. The menu works like accordion using HTML hash link. sub-menu như sau:. You can easily get the source codes of this program. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. Dec 23, 2011 · En el siguiente post, vamos a ver un pequeño ejemplo de como montar un menú y submenú mediante HTML Y CSS. Elemen ini tidak secara ajaib membuat menu navigasi untuk kita, dan itu tidak termasuk elemen menu baru apa pun atau semacamnya sehingga unordered list masih merupakan pilihan yang tepat. These menus are hidden with CSS. Berikut ini cara membuat sub menu berupda menu drop down : Buka menu edit HTML, seperti sebelumnya. Cómo hacer Nov 15, 2024 · 2. A curated collection of front-end snippets to save you time. If a website has a higher level of the content hierarchy, then the Responsive Drop Down Menu Bar with Sub Menu seems to be more appropriate. Example 1 The primary navigation in the header demonstrates a menu that has horizontal submenus. Responsive means this navigation can fit in any screen sizes devices like on big sizes computer, laptop, tablet or mobiles. Menu dan Sub Menu merupakan salah satu komponen terpenting yang wajib ada pada sebuah Web atau Blog. Dec 23, 2018 · Índice HTML. 5em . Jun 12, 2024 · This tutorial explains how to implement a simple vertical menu digg-like using CSS and javascript to show/hide sub-menu. First, you need to create two Files one HTML File and another one is CSS File. seperti penjelasan di atas, Anda bisa mengubah sub menu dengan menggunakan nama yang Anda inginkan, lalu tanda”#” dapat Anda ganti dengan URL yang dituju. En HTML, por defecto, siempre se puede crear una lista desplegable con la etiqueta select junto a la etiqueta option. Apr 14, 2013 · Het HTML menu stylen met CSS Ik ga ervan uit dat je de basis CSS eigenschappen al kent en dus bijvoorbeeld weet hoe je een achtergrondkleur en een letterkleur instelt. A subnavigation menu is a menu that appear just below the main menu. Structure: Mark up menus in a way that reflects their structure and appropriately labels them. Feb 8, 2024 · Hey there, fellow coders! Today, we'll learn how to create a fully responsive dropdown menu using HTML, CSS, and JavaScript. Nov 6, 2017 · . next('ul'). Jun 3, 2024 · Fixed vs. In order to create a sidebar menu, load the Bootstrap, Font Awesome, and other necessary CSS files into the head tag of your website. isi-dropdown) kita perintahkan untuk muncul dengan syntax di atas ( display : block). /* sub menu item horizontal lines */ } div#centeredsubmenu ul ul li a Menus Tutorial in Tutorials. Learn more · Versions W3Schools offers free online tutorials, references and exercises in all the major languages of the web. I was wondering how I would go about adding a sub-submenu to it. submenu { display: block; } Step 3: Adding More Levels May 13, 2020 · If you like this program (Side Menu Bar with sub-menu) and want to get source codes. La etiqueta select tiene dos atributos principales: los atributos name e id. To deal with the fact that elements now take up space even when hidden, you can simply put the whole menu into a separate div that is positioned absolutely and highest in z-order (which a menu ought to be anyway). The sidebar menu includes an active link feature, where each link becomes highlighted with box shadows and a different color upon being clicked. If you want to use CSS transitions (which won't work on display property), you can replace display with opacity instead. HTML Structure for Sidebar Menu with Submenu Sign in to your Google Account to access Google Pay. Create a menu Aug 13, 2012 · We can then start to style up the main navigation menu with the help of CSS3 properties such as gradients, box shadows, and border-radius. Responsive Drop Down Menu Bar with Sub Menu. ready(function() { $('. Để hiển thị ra chúng ta gán Jun 27, 2022 · 文章浏览阅读10w+次,点赞49次,收藏128次。本文详细解析了ElementUI中菜单组件的使用方法,包括不同层级菜单的构建方式,如一级菜单、子菜单及分组菜单的实现技巧。 i changed the html and you should add a link for sub menu. After creating the HTML structure, we'll style our menu. But when you will hover over a specific menu then the submenu will appear. May 1, 2018 · There’s a small issue when hovering-out from a sub-menu, and then hover back in that area makes the sub-menu visible again, without the need to hover the parent item. On mobile screens all menu items and their submenus work like accordion. Here's a bare-bones example of this: Markup: W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Apr 13, 2022 · Step 1 – HTML Markup of CSS3 Dropdown Menu. menu-item { list-style-type: none; } /* サブメニューをabsoluteにするため、親メニューをrelativeに */ . Here's a bare-bones example of this: Markup: Jan 9, 2019 · Adding support to show the sub-menus as hover drop-down on bigger screens (desktops) and the touch-trigger for the respective sub-menu on smaller screens. To create a sidebar using HTML, CSS, and vanilla JavaScript, follow the given steps line by line: Give the li containing the sub menu position: relative so that the sub menus are relative to their direct parents, then position the sub menus however you please using the top, right, bottom and left properties. Static sub-menus are another option. Learn more · Versions Jan 17, 2024 · Here is a pure CSS vertical menu with submenu for non-javascript websites. dropdown-submenu ul'). 111 CSS Menus. With CSS, you can create responsive, interactive menus that enhance usability while aligning with your brand identity. Apr 23, 2014 · ¡Hola! Llevo siguiendo tus tutoriales sobre html y css desde YouTube, eres en verdad grandioso y estoy enamorada de tu voz <3 Bueno, a lo que voy: diseñé mi propio menú desplegable con las etiquetas correspondientes y todo va perfecto cuando lo introduzco en la parte correspondiente del blog. Create your own buttons or use ready to use Templates. Can you please help me, if the sub menu has more items than the parent menu. Fala Fera!Nessa aula, vamos aprender como criar um menu horizontal para o seu site, usando apenas HTML e CSS. #dropdown-menu . Click For More : https://www. They have the Primary Menu (Shop, My ATT, Support). Bootstrap’s dropdowns, on the other hand, are designed to be generic and applicable to a variety of situations and markup structures. Dropdown sub-menus aren’t the only sub-menu option. I haven't done a lot of work with multi-level, pure CSS drop-down menus before, but I'm now looking for the cleanest possible method that is out there. It uses HTML nested lists to create a dropdown submenu on the hover event. Apr 24, 2025 · Introduce nested sub-menus within the link structure to showcase the capability of creating dropdowns. This navbar uses HTML, CSS and Java Scripts in order to enhance the dropdown menus that appear either on hover or click. . After creating these files just paste the following codes in your file. These menus or choices show after selecting the top-level navigation item. Dropdown Navlinks. This navigation is built with Flexbox, SCSS, and jQuer May 23, 2020 · To create this program (Minimal Drop-down Menu Bar with Submenu). Commented Mar 31, 2020 at 13:11. Is 大野牛 an acceptable name? Oct 19, 2021 · A responsive, mobile-friendly, cross-device, multi-level hamburger navigation written in JavaScript and CSS/CSS3. a <button>, <a> or <p> element. one thing more here you can change Nested Dropdown Bootstrap nested (multilevel) Dropdown - free examples. Select vista button or submenu by clicking it and change button appearance for normal and mouse over states and set buttons/submenus link properties and link target attributes. This is set using the :hover selector. Aug 13, 2017 · En este tutorial vamos a ver un pequeño componente CSS muy útil: un menú responsive de dos niveles compatible con mobile y tablet, sensible a la resolución de las pantallas pero también a su orientación (vertical u horizontal). for example the parent menu has 6 items… if the sub menu of any parent item has more than 6 items, it displays only six… though the item is seen view source. They then have a menu for each item in the Primary Menu (so a Shop menu, My ATT menu, and Support menu). Ik behandel hier dan ook alleen de specifieke stijlregels voor het menu. 000 high-quality UI snippets for free. Oct 11, 2023 · Step 2: Styling the Menu Using CSS. Modify CSS dropdown menu to add sub-menu option to it. This is fully responsive multilevel dropdown navbar code sample. Utilize the `display` property with a transition effect to toggle sub-menus visibility from `none` to `flex` on hover. Apr 7, 2021 · As you can see in the image, this is a Dropdown Menu Bar which is based in only HTML and CSS. As a web developer, you will need to be able to customize them, either for a client project or a basic portfolio site. Enjoy this huge collection of 100% free and open source HTML and CSS navigation menu code examples. Styling: Use commonly recognized design patterns to distinguish menus and the state of menu items. The sidebar menu is displayed in Compact mode on page load and will expand to Full mode when hovering over. menu > . The document has moved here. I’ve Dec 10, 2014 · A Pure CSS/CSS3 vertical navigation menu that supports infinite sub menus using nested Html unordered lists. For example, I hover over the main menu item and the submenu pops up, then I hover A: To create a responsive drop-down navigation bar with a submenu, I have provided essential codes article and video tutorial below: Hello readers, today we will learn How to Create a Responsive Drop Down Menu with Sub Menu in HTML & CSS and a little touch of JavaScript. Steps to create multilevel navbar dropdown menu with Bootstrap 5 Apr 12, 2015 · Chúng ta viết lại đoạn . Click "Add button" and "Add submenu's item's buttons to create your menu. dan seperti syntax di atas, pada saat element li yang memiliki class “dropdown” di letakkan cursor mouse di atasnya, maka element sub menu (. 20 CSS Sidebar Menus. your help Apr 26, 2024 · In HTML, the menu is structured using a nav element and a nested unordered list for the main menu items and submenu items. Sidebar Menu with Active Link in HTML CSS. Responsive Sidebar Menu With SubMenu HTML CSS And JavaScript youtu. This is a fully responsive design. If the sidebar height is not enough to display all of the menus and sub-menus the sidebar will automatically adjust the height and automatically appear a scroll bar to the sidebar because of the property "overflow-y: auto;". Estrutura Básica do HTML. Pada bagaian menu yang diinginkan untuk menambah sub menu, silahkan tambah kode berikut ini. This vertical menu is quite compatible with Bootstrap 3/4/5 CSS and also works without it. The top, right, bottom, and left properties can be used to position an element on the page. Side menu bar with sub-menu using html css and javascript reference from youtube CodingNepal W3Schools offers free online tutorials, references and exercises in all the major languages of the web. html and another file for CSS as name stylesheet. Menus are used for navigation and to provide functionality which are critical parts of web page operability. Aug 21, 2021 · To create a sub-menu, define a <div> element with class="sub-menu", add a <button> to it to toggle the sub-menu and add links within another <div> for the sub-menu contents. We will create an unordered list with a list item and an anchor tag for each menu link. Aug 21, 2013 · Cuando empiezas con la creación de los menu desplegables o también llamados Drop Down, o simplemente submenus, quizá se te haga un poco difícil de entenderlos, pero en realidad es mas simple de lo que te imaginas, solo es cuestión de hacer lo mismo que un menu normal pero dentro de otra ul que debe de estar dentro de un li, a lo mejor no Cómo Crear una Lista Desplegable en HTML. pbas pxztq rvygax gbbl ydacg rlfxrk aoagsq uqya kscn jppmmec