You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
432 B
432 B
Complete this quiz by checking one answer per question.
- Using
<label>
elements in forms is only for making the form pretty
- true
- false
- How can you define how a form is sent to the server?
- using the
action
attribute - using the
method
attribute - both
- Which attribute can you use to set the maximum size of a text
<input>
?
max
maxlength
pattern