<!-- To let users take a picture from your web app, you’d use a file input tag something like this: -->
<input type="file" accept="image/*" capture="camera">
<!-- others -->
<input type="file" accept="video/*" capture="camcorder">
<input type="file" accept="audio/*" capture="microphone">