Question: a . Include this CSS code in the head section of your html document to test the effects of data validation: style > input:valid {
a Include this CSS code in the head section of your html document to test the effects of
data validation:
style
input:valid
backgroundcolor: palegreen;
input:invalid
backgroundcolor: lightpink;
b Every input element must be linked to its label using the for attribute.
c Every input element should have a name attribute.
d "region" can be one of the KSA regions Mecca Riyadh, Eastern Region, Asir, Jazan,
Medina, AlQassim, Tabuk, Ha'il, Najran, AlJawf, AlBahah, Northern Borders
Region
e All fields are required except "website or domain name" and "project description".
f Phone number must contain only numbers. It must contain at least digits, at most
digits. You can use HTML pattern attribute:
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
