Question

In: Computer Science

Create in html5 a Website Registration Form with Optional Survey) Create a website registration form to...

Create in html5 a Website Registration Form with Optional Survey) Create a website registration form to obtain a user’s first name, last name and e-mail address. In addition, include an optional survey question that asks the user’s year in college (e.g, freshman,junior). Place the optional survey question in a details element that the user can expand to see the question.

Solutions

Expert Solution

`Hey,

Note: Brother if you have any queries related the answer please do comment. I would be very happy to resolve all your queries.

<div>
<div>
<form action="action_page.php" method="get" autocomplete="on">
<p> <label> First Name: <input type="text" > </label> </p>
<p> <label> Last Name: <input type="text" > </label> <br> </p>
<p> <label> Email: <input type="email" > </label> <br> </p>
<p> <label> Year: <input list="year"> </p>
<datalist id="year">
<option value="Freshman">
<option value="Sophomore">
<option value="Junior">
<option value="Senior">
</datalist> </label>
<details> <summary>Optional Question: </summary>
<label> What is your CGPA? <input type="number" step = 0.01min = 0.0 max =4> </label>
</details>
</form>
</div>
</div>

Kindly revert for any queries

Thanks.


Related Solutions

using PDO, MYSQL, and Html, how can i create a simple registration and login form for...
using PDO, MYSQL, and Html, how can i create a simple registration and login form for cPanel?
Web Development and Design Foundations with HTML5. Locate a website that you believe had good design....
Web Development and Design Foundations with HTML5. Locate a website that you believe had good design. Provide details of what you like about the design. Also make at least one suggestion on how the design can be improved.
A website is trying to increase registration for first-time visitors, exposing 1% of these visitors to...
A website is trying to increase registration for first-time visitors, exposing 1% of these visitors to a new site design. Of 752 randomly sampled visitors over a month who saw the new design, 64 registered. (a) Check any conditions required for constructing a confidence interval. (b) Compute the standard error. (c) Construct and interpret a 90% confidence interval for the fraction of first-time visitors of the site who would register under the new design (assuming stable behaviors by new visitors...
As an Optional Challenge problem: create a balance sheet at end of year 8 on the...
As an Optional Challenge problem: create a balance sheet at end of year 8 on the accrual basis of accounting. Remember that for each event above, asset entries must equal entries for liabilities and stockholders’ equity (A = L + E).
Use HTML5 to create a document that contains the following text: Internet and World Wide Web...
Use HTML5 to create a document that contains the following text: Internet and World Wide Web How to Program: Fifth Edition Welcome to the world of Internet programming. We have provided coverage for many Internet-related topics. Use h1 for the title (the first line of text), p for text (the second and third lines of text). Insert a horizontal rule between the h1 element and the p element. Open your new document in a web browser to view the marked-up...
14.5 (Text Shadow) Create a shadow on the phrase "HTML5 Canvas" with an offset-x of 2px,...
14.5 (Text Shadow) Create a shadow on the phrase "HTML5 Canvas" with an offset-x of 2px, an offset-y of 5px, a blur of 6px and a text-shadow color gray. 14.6 (Rounded Rectangle) Generalize the example in Fig. 14.7 into a roundedRect function and call it twice with different arguments to place two different rounded rectangles on the canvas. 15.7 (Nutrition Information XML Document)Create anXML document that marks up the nutrition facts for a package of Grandma White’s cookies. A package...
A survey of voting age Americans collected the voter registration status as well as the primary...
A survey of voting age Americans collected the voter registration status as well as the primary news source for each respondent. The results are shown below: News Source Registration Status Television Internet Newspapers Radio Not Registered 50 55 10 5 Registered 70 50 35 25 1. What is the probability that a randomly chosen respondent is not registered to vote? Include 2 decimal places in your answer. 2. What is the probability that a randomly chosen respondent is registered to...
Dear Colleague, Earlier today I built my seventh website using HTML5, CSS3, and Bootstrap4. Bootstrap seems...
Dear Colleague, Earlier today I built my seventh website using HTML5, CSS3, and Bootstrap4. Bootstrap seems amazing, but it never did what it should do – make my website look better. Also, my page should have a blue theme that was provided in the CSS folder. This also didn’t work. My website is supposed to look like what is shown in Figure 1 (see below). Someone told me that there are exactly 10 errors on index.html, 10 errors on contact.html,...
Dear Colleague, Earlier today I built my seventh website using HTML5, CSS3, and Bootstrap4. Bootstrap seems...
Dear Colleague, Earlier today I built my seventh website using HTML5, CSS3, and Bootstrap4. Bootstrap seems amazing, but it never did what it should do – make my website look better. Also, my page should have a blue theme that was provided in the CSS folder. This also didn’t work. My website is supposed to look like what is shown in Figure 1 (see below). Someone told me that there are exactly 10 errors on index.html, 10 errors on contact.html,...
Please use markup language HTML5 please. For this homework assignment, you will create a Web site...
Please use markup language HTML5 please. For this homework assignment, you will create a Web site made up of three different pages and links between those pages Index.htm The Web pages in a site should have a similar look-and-feel. For this site, you should create a simple menu as follows: Create a horizontal line across the very top and bottom of the page. Also on the home (Index) page, create links to the other two pages. The links should appear...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT