Navbar Dropdown in Bootstrap 3
- by user2333842
I recently started learning and using Bootstrap 3. I figured I would start with something simple- a header and a dropdown bar. I used the code from the Bootstrap website.
I started out with the basic Bootstrap template, then added the bootstrap navbar. This is my code so far.
<!DOCTYPE html>
<html>
<head>
…