Bootstrap dropdown not working

前端 未结 24 1010
孤城傲影
孤城傲影 2020-12-07 18:05

I can\'t make bootstrap dropdown to work. Here is my html for nav:

  • Home
24条回答
  •  感情败类
    2020-12-07 18:53

    For your style you need to include the css files of bootstrap, generally just before element

        
    

    Next you'll need to include the js files, it's recommended to include them at the end of the document, generally before the so pages load faster.

            
    
    

提交回复
热议问题