hi. can someone help me in html?
supposed i have an input text field in my page then if i enter 3 and press generate button (or lost focus if there is one), there will be 3 text input fields generated below it. this way i can control how many fields to use. btw i am making a grading system so if the teacher typed in 3 quizzes, 3 fields will show up for the teacher to fill up the scores of the students.
# of quizzes = (ex. 3) then
1st quiz=
2nd quiz=
3rd quiz=

thanks in advance!