<form> - defines a form and attributes that determine the form’s behavior<fieldset> - convenient way to create groups of widgets that share the same purpose, for styling and semantic purposes<legend> - formally describes the purpose of the <fieldset> it is included inside<label> - the formal way to define a label for an HTML form widget<textarea> - a multi-line text field to input a messagehttps://developer.mozilla.org/en-US/docs/Learn/Forms/Your_first_form
addEventListener() method, what 2 arguments will you need to provide?