Question

In: Computer Science

An example of a health form with the following requirements: 1. Create a meaningful form for...

An example of a health form with the following requirements:

1. Create a meaningful form for your application, for example, a health monitoring app

2. Edit CSS for your application. The page must be styled with at least 10 CSS styles

This is using Visual Studio to use reactive form application

Solutions

Expert Solution

For HTML-

<div class="container">
  <form action="page.php">

    <label for="fname">First Name</label>
    <input type="text" id="fname" name="firstname"placeholder="Your name">

    <label for="lname">Last Name</label>
    <input type="text" id="lname" name="lastname"placeholder="Your last name">

    <label for="Doctor">Doctor</label>
    <select id="Doctor" name="Doctor">
      <option value="Dermatology">dermatology</option>
      <option value="Internal medicine">internal medicine</option>
      <option value="Opthamalogy">opthamalogy</option>
    </select>

    <label for="subject">Description</label>
    <textarea id="subject" name="subject" placeholder="Write your illness description" style="height:200px"></textarea>

    <input type="submit" value="Submit">

  </form>
</div>

For css-

input[type=text], select, textarea {

  width: 100%;

  padding: 12px;

border: 1px solid #ccc;

border-radius: 4px;

box-sizing: border-box;

margin-top: 6px;

  margin-bottom: 16px;

  resize: vertical

}

input[type=submit] {

  background-color: #4CAF50;

  color: white;

  padding: 12px 20px;

  border: none;

border-radius: 4px;

cursor: pointer;

}

input[type=submit]:hover {

background-color: #45a049;

}

.container {

  border-radius: 5px;

  background-color: #f2f2f2;

  padding: 20px;

}


Related Solutions

Research Meaningful Use and the requirements for this national IT initiative. Create goals and a training...
Research Meaningful Use and the requirements for this national IT initiative. Create goals and a training plan and schedule for a Meaningful Use compliance training program for a large multi-physician clinic. Create the training outline to include main topics and appropriate subtopics.
Meaningful Use (health care) What are the requirements? Who do they apply to? What are the...
Meaningful Use (health care) What are the requirements? Who do they apply to? What are the objectives of these requirements? What problems have been encountered?
Create an example of a table that violates first normal form. Create an example of a...
Create an example of a table that violates first normal form. Create an example of a table that is in first normal form but violates second normal form. Create an example of a table that is in second normal form but violates third normal form. Please use own table or no plagiarism please.Thank you.
Create an example of what a form in a database could look like. The form should...
Create an example of what a form in a database could look like. The form should have 5 fields to get the following information (Music ID, Album Name, Medium Type, Artist Name, and Release Year.) (You can sketch it using Paint, draw it on paper and scan it, use shapes in Word, use wireframe.cc and take a screenshot of the result and turn that in...sky's the limit) Create an example report (same method used as the example form). This report...
Requirements Gathering (Online Questionnaire) Task : Creating Google Form Consider any requirements gathering problem, create a...
Requirements Gathering (Online Questionnaire) Task : Creating Google Form Consider any requirements gathering problem, create a google form to gather related data, and try it by circulating it to your classmates make sure that your questionnaire contains multiple question types i.e. Short answers, paragraphs, multiple choice, checkboxes, Dropdown, Linear scale, Multiple choice grid, date, and time Hints: the problem could be term project of any of your courses. Ask your instructor to assist in choosing the problem and in designing...
Create a fictitious example that demonstrates the difference between semi-strong form efficiency and strong form efficiency....
Create a fictitious example that demonstrates the difference between semi-strong form efficiency and strong form efficiency. Make sure to clearly convey the differences.
in JAVA Create a class called “MinMax” that satisfies the following requirements: a. create an integer...
in JAVA Create a class called “MinMax” that satisfies the following requirements: a. create an integer array called nums that has 20 cells b. generate a random number between 5 and 30, and populate the array nums c. print the minimum and maximum number in the array nums d. print sum and average of numbers in the array nums Your output look like this: (Note: numbers shown below will be different in your program due to the random numbers) minimum...
1. Write the statements to create a table named REQUIREMENTS. The table has the following columns:...
1. Write the statements to create a table named REQUIREMENTS. The table has the following columns: credits number (primary key) and degree name. 2. Write the statements to create a table named CANDIDATE with the following columns names. Pick the best column type: student_id, first name, last name, credits and graduation date. The credits column is a foreign key to the credits column in the REQUIREMENTS table. 3. Write the statement(s) to Insert 2 rows in your REQUIREMENTS table. Make...
1. Why is requirements engineering so hard? 2. Which of following is an example of managerial...
1. Why is requirements engineering so hard? 2. Which of following is an example of managerial requirement? 3. In _________ negotiations, the process starts as the organization contacts vendors to ask them for information about their products. 4. In an IT implementation and integration project, a project charter includes _________ 5. Given an acquisition project of an enterprise system, discuss who should be included in the acquisition team and briefly explain why.
General Requirements: • You should create your programs with good programming style and form using proper...
General Requirements: • You should create your programs with good programming style and form using proper blank spaces, indentation and braces to make your code easy to read and understand; • You should create identifiers with sensible names; • You should make comments to describe your code segments where they are necessary for readers to understand what your code intends to achieve. • Logical structures and statements are properly used for specific purposes. Objectives This assignment requires you to write...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT