Posted: April 13th, 2023
Easy 10mins Html Homework
Create an HTML document that has a form with the following controls:
A collection of textboxes to collect the following information:
student first name. Assume that first name has a max length of 25 characters.
student last name. Assume that last name has a max length of 25 characters.
student Email ID.
student Phone Number.
student address which include:
street address: use text box.
city: use text box.
state: use a menu so user can select state from set of available states (you need only to list up to 5 states). Make NY as default value.
zip code: use text box.
Two radio buttons that are labeled as male and female.
Four checkboxes that represent courses students can register, one each for the following items:
MAC172
MAC110
MAC101
MAC190
Two buttons named submit and reset button. When the user clicks reset button, all data from above controls should be cleared.
Now do the following:
Who Writes College Essays, Research Papers, and Dissertations For Students?
We handpick every writer with care, ensuring they bring the perfect mix of academic qualifications and writing skills for top-notch results in essays, research papers, and dissertation help. Each one has a university degree, more than a third with Masters certification; they’ve tackled tough tests and training to excel in thesis writing and research paper assignments at any time. They’ll team up with you diligently, keeping things easy and stress-free as they relate to being immediate students. That’s what makes us the best assignment help website for "help me write my essay, research paper, or dissertation" for college coursework. Trust our team—professional research essay writers and editors—to deliver your dissertation or thesis writing within your grading criteria and deadline.
Put your code in a word document.
Add screen shoots to the results when you run the code into your word document as a prove you are able to run the code.
post your word document by replaying to this discussion board.