Bootstrap navbar will not toggle

前端 未结 3 1979
春和景丽
春和景丽 2021-01-28 17:21

I am rather new to using Bootstrap, and would love for one of you pros out there to show me where I am making my mistake.

What I am trying to accomplish: I am working o

3条回答
  •  时光说笑
    2021-01-28 18:23

    You need to add the CDN's correctly else collapsing and toggling won't work

    Order to be followed for adding Bootstrap 4 CDN is:

    1. jQuery
    2. Popper.js
    3. Bootstrap JS

    and a sample template that is to be followed according to bootstrap 4 specifications is :

    
    
    
    
        
        
        Kulkarni Book-Stall
        
        
    
    
         
        
        
        
        
            
        
    
    

提交回复
热议问题