Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Harness The Power Of Big Data The IBM Big Data Platform

Authors: Paul Zikopoulos, David Corrigan James Giles Thomas Deutsch Krishnan Parasuraman Dirk DeRoos Paul Zikopoulos

1st Edition

0071808183, 9780071808187

More Books

Students also viewed these Databases questions