Question: create a HTML file Create a web page that uses a loop to allow a teacher to enter the following information for all students in
create a HTML file

Create a web page that uses a loop to allow a teacher to enter the following information for all students in a class: student's name, midterm exam grade, final exam grade, homework grade, attendance grade. The program should calculate each student's numeric total grade based on the following formula: course grade =( midterm 0.3)+( final 0.4)+( homework 0.2)+( attendance 0.1) File Table.html looks like this: Student's Information When the button is clicked, you need to prompt the user the following information: - number of students (which will determine the number of rows in your table) - student's name - midterm exam grade - final exam grade - homework grade - attendance grade
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
