Up until now, we've focused almost exclusively on:
#1. the <form> wrapper.
#2. the <input> element (we've seen that there are tons of different input types, which is why its taken us so long to get to this point in the course).
It's now time to get serious.
We’re now going to look at the functionality of non <input> form elements in detail. This means we will cover drop-down lists (like <datalist> and <select>) and multi-line text fields (like <textarea>).
We will also look at other useful form features like the <output> element (which we saw earlier), and progress bars and meter bars.
I hope you really enjoy this section.
I know I will :)