Html – how could I make my input form change position as the list above grows
I have my HTML as window.onload = function() { /*The initial item number set to 3 */ var itemNo = 3; /* get the date of current day */ var today = new Date(); var todaystring = today.toLocaleDateString(); /* after…