Question: Consider the following line of HTML 5 code: form nethod = post action = input type = text required > button type = Submit Submit
Consider the following line of HTML code:
form nethod"post" action
input type"text" required
button type"Submit"Submitbutton
formWhich of the following statements are correct?
Pick ONE OR MORE options
The Required" attribute will check if the text field is empty on the server side when the form is submitted.
The "Required" attribute will check if the text field is empty on the client side when the form is submitted.
The submit button can be dicked even if the text field is empty.
If the user clicks the button while the text field is empty, an alert messagealert is created. Once the user clicks OK they can fil in the text.
correct answer
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
