Why is there an element instead of ?
A textarea can contain multiple lines of text, so one wouldn't be able to pre-populate it using a value attribute.
textarea
value
Similarly, the select element needs to be its own element to accommodate option sub-elements.
select
option