Access camera and video, the INPUT element with a type of file is necessary: < input type = " file " accept = " image/* " > To isolate only a photos as the type to be uploaded, the accept attribute must match the pattern above. HTML 5 CAPTURE MEDIA DEVICE <p>Capture Image: <input type="file" accept="image/*" id="capture" capture="camera"> <p>Capture Audio: <input type="file" accept="audio/*" id="capture" capture="microphone"> <p>Capture Video: <input type="file" accept="video/*" id="capture" capture="camcorder">
creating bootstrap breadcurmb using twitter bootstrap <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"> <li><a tabindex="-1" href="#">Action</a></li> <li><a tabindex="-1" href="#">Another action</a></li> <li><a tabindex="-1" href="#">Something else here</a></li> <li class="divider"></li> <li><a tabindex="-1" href="#">Separated link</a></li> </ul> creating bootstrap pagination and use .disabled for unclickable links and .active to indicate the current page. <div class = "pagination" > <ul> <li><a href = "#" > Prev </a></li> <li><a href = "#" > 1 </a></li> <li><a href = "#" > 2 </a>...