Answered step by step
Verified Expert Solution
Question
1 Approved Answer
undefined 3.11 LAB: Happy birthday message creator (HTML) Edit the given web form that allows the user to enter a birthday message and select various
undefined
3.11 LAB: Happy birthday message creator (HTML) Edit the given web form that allows the user to enter a birthday message and select various message options. The web page uses CSS to align the form widgets vertically. The web page should look like the following: Happy Birthday Message Creator Message? Happy birthday! Email address? name@domain.com Date to send? mm/dd/yyyy Message color? Number of blinks? 0 Music volume? Send Birthday Message The form should: Use the regular expression [a-zA-Z0-9-_1.] +@[a-zA-Z0-9-]+(?:\. [a-zA-Z0-9-]+)* for the email address to verify the user enters what looks to be an email address Use a date for specifying a date to send the message Use a color for selecting the message color Use a number with a default value of O, minimum of 0, and maximum of 10 for number of times the message blinks Use a range with a default value of 20, minimum of 0, and maximum of 50 for the music volume Use a submitStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started