1.Not yet work fully on all major browsers 2.<input type="search tel url email datetime date month week time datetime-local color" name="search" CSS:valid invaild 3.type="number" name="" step="2" min=&q…
1.video <video src="kitties.mp4" poster="fluffy.jpg"(display before video is played) width="300" height="200" loop muted autoplay controls> <img src="hahahaha.jpg" alt="Hilarious cat and capt…
1.label <form> <label for="yourName">Your Name</label> <input name="yourName" id="yourName"> <!-- etc. --></form> id for the to associate it to. 2.fieldset & legend <form action=&qu…
1.animate parts of your design without the need for the likes of JavaScrip 2.allowing smooth animation (rather than a jump from one state to another). transition:[transition-property-default:all], transition-duration, [transition-timing-function-defa…