Forms and Aggregation

HTML5 offers a grab bag of features related to form based entry. Here we consider how they might be used for traditional data entry. post

post

<div style="padding: 15px; background-color:#eee"><form> keywords <input style="width:95%" placeholder="comma separated" /><br> topic categories <input style="width:95%" placeholder="comma separated"/><br> quality grade <input style="width:95%" type="number" id="qty" min="0" max="10" step="1" placeholder="one to ten" /><br> full paper <input style="width:95%" placeholder="short title and year"/><br> see also <input style="width:95%" placeholder="short title and year"/><br>