What can be inferred from the following code snippet?
<textarea rows="5" cols="40" readonly></textarea>
The text area will be validated to contain exactly 5 words.
The text area has a fixed size of 5 rows and 40 columns and cannot be edited by the user.
The text area automatically expands as text is written.
The text "readonly" will be displayed inside the text area.