+ 1
why bootstrap navbar ain't working?
6 Antworten
+ 2
https://code.sololearn.com/WMg2XesG1f3u/?ref=app
+ 9
I changed devic-e-width to device-width and initial-scale from 1 to 0
+ 2
u had actually copied the piece of code so it contained some characters or delimeters which are hidden..
and second thing u had placed nav tag with class "navbar navbar-default" after div tag of class "container-fluid" .. but it should be above the div
and third data-toggle is a single attribute u had written "data toggle"
+ 1
I copied basic html code from bootstrap. actually I am learning from a tutorial. watching the tutorial besides writing the code same like in the tutorial..
+ 1
thanks a lot
0
Sami khan: can you please say what was the mistake in my code for not working?