JS forms called by ID
typically don’t have inner txt
JS forms
are stored in an array
common targets for data on a form
script, database, another website
input field with type set to password
will be masked
action
sent to or scripts run on page
method
post or get
post
is send information
get
is retreiving information also leave value pairs in the url causing a security issue
onSubmit
runs scripts
Common targets for data from forms
script, database, another website