File tree Expand file tree Collapse file tree 1 file changed +7
-32
lines changed Expand file tree Collapse file tree 1 file changed +7
-32
lines changed Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
1
+ ` <!DOCTYPE html>
2
2
< html >
3
3
< head >
4
4
< link rel ="icon "
268
268
< img class ="switchandprint "src ="images/icon-printer.gif " width = "44 " height = "44 " id ="print " />
269
269
</ div >
270
270
</ div >
271
+ < select >
272
+ < option value ="volvo "> Volvo</ option >
273
+ < option value ="saab "> Saab</ option >
274
+ < option value ="opel "> Opel</ option >
275
+ < option value ="audi "> Audi</ option >
276
+ </ select >
271
277
272
- < div class ="container ">
273
- < div class ="row ">
274
- < h2 > Multi level dropdown menu in Bootstrap 3</ h2 >
275
- < hr >
276
- < div class ="dropdown ">
277
- < a id ="dLabel " role ="button " data-toggle ="dropdown " class ="btn btn-primary " data-target ="# " href ="/page.html ">
278
- Dropdown < span class ="caret "> </ span >
279
- </ a >
280
- < ul class ="dropdown-menu multi-level " role ="menu " aria-labelledby ="dropdownMenu ">
281
- < li > < a href ="# "> Some action</ a > </ li >
282
- < li > < a href ="# "> Some other action</ a > </ li >
283
- < li class ="divider "> </ li >
284
- < li class ="dropdown-submenu ">
285
- < a tabindex ="-1 " href ="# "> Hover me for more options</ a >
286
- < ul class ="dropdown-menu ">
287
- < li > < a tabindex ="-1 " href ="# "> Second level</ a > </ li >
288
- < li class ="dropdown-submenu ">
289
- < a href ="# "> Even More..</ a >
290
- < ul class ="dropdown-menu ">
291
- < li > < a href ="# "> 3rd level</ a > </ li >
292
- < li > < a href ="# "> 3rd level</ a > </ li >
293
- </ ul >
294
- </ li >
295
- < li > < a href ="# "> Second level</ a > </ li >
296
- < li > < a href ="# "> Second level</ a > </ li >
297
- </ ul >
298
- </ li >
299
- </ ul >
300
- </ div >
301
- </ div >
302
- </ div >
303
278
304
279
<!--
305
280
<br/>
You can’t perform that action at this time.
0 commit comments