September 13, 2019
Added Form, Input, Textarea and Select
Several HTML form elements are now available. Check out CSS <button type="reset">
, <button type="submit">
, <form>
, <input type="checkbox">
, <input type="hidden">
, <input type="radio">
, <input type="reset">
, <input type="submit">
, the required
attribute, <select>
and <textarea>
. Thanks to @m-j-robbins for the data.