Home > Web Front-end > HTML Tutorial > Page list nesting problem_html/css_WEB-ITnose

Page list nesting problem_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:21:04
Original
1615 people have browsed it

HTML Navigation List

How to use HTML to achieve level-by-level nesting of lists, briefly describe it, because pictures cannot be uploaded.
For example, in a School of Information page, there are three navigation box buttons. Click one of them (such as computer major), and a list will appear. Click another one in the list (such as level 9), and another list will appear. Select Classes 1, 2, 3, and 4, then click on one at will (such as Class 2), and a list will appear (meaning the list is nested layer by layer). The list contains student names, student ID numbers, student contact information, etc. Choice, that’s what it means. How to implement it using HTML? Thank you so much! ! !

Reply to the discussion (solution)

What is so difficult about this? Wouldn’t nesting it directly be OK?


                                                                          
                                                                               <

    The nesting of these uls should be generated on the server side.

    What’s so difficult about this? Wouldn’t nesting it directly be OK?

                                                                            
                                                                                 <

      The nesting of these uls should be generated on the server side. How to set ul to be hidden?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template