📜  如何使用 Google AMP amp-accordion 创建嵌套手风琴?

📅  最后修改于: 2021-11-07 07:54:43             🧑  作者: Mango

介绍:

有时我们有很多内容要显示,为了使网站看起来漂亮而简短,我们会使用可折叠的文本框。可折叠文本框是标题和内容组合的划分,通常只有标题可见,但当它被点击时显示内容。

设置:

  • 您必须在标题中导入 amp-accordion 组件才能使用此标签。

  • 要制作嵌套的手风琴,请使用下面提到的代码:

  
           
        

Nested Section 1

        

content

      
      
        

Nested Section 2

        

content

      
    
  

例子:



    
        
        
        
        
        
        
        
  
        
        
    
    
        
            

                Geeks For Geeks             

        
                     
                

Section 1

                

GeeksforGeeks is a Computer                    Science portal for geeks.

            
            
                

Section 2

                                     
                        

Nested Section 2.1

                        

GeeksforGeeks is a Computer                           Science portal for geeks.                           It contains well written,                            well thought and well explained                            computer science and programming                            articles, quizzes etc.

                    
                    
                        

Nested Section 2.2

                        

GeeksforGeeks is a Computer                            Science portal for geeks. It                            contains well written, well                           thought and well explained                            computer science and programming                            articles, quizzes etc.

                    
                
            
        
    

输出: