Question: Complete the following Exercise Tasks 1. Using the included validate.html file as the starting point, complete the following a. Make the title of the web

Complete the following Exercise Tasks

1. Using the included validate.html file as the starting point, complete the following

a. Make the title of the web page Login Form

b. Insert the proper tag to include the utf-8 character set

c. Insert the proper attributes in the opening

tag

(1) the action should be process.php

(2) the method should be post

(3) the name and id should both be loginform

d. Both the username and password input fields should be required

e. The Submit button should say Log In

f. For this task, add a pattern attribute to the password input element that uses a regex. Use this link as a reference: https://www.w3schools.com/tags/att_input_pattern.asp. Lets implement slightly more robust password requirements in our exercise. The regex should check, at a minimum, that the input contains 15 or more characters that include least one number, one uppercase latter, one lowercase letter, and one special character (_, $, ^, or !). Refer to the examples on the reference site and add the proper pattern attribute and regex to the password input field.

2. Style the HTML file using the included css.txt file

a. Create a element section in the proper place in the validate.html file

b. Copy and paste all the content in the completed css.txt file into the User name: User password:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!