Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 gradeStep 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