Question: implement this function using javascript. Registration Page: viewStudentStats (id, toggle) method parameters id The css id of the html tag being updated. toggle- e -

implement this function using javascript.
Registration Page: viewStudentStats (id, toggle) method parameters id The css id of the html tag being updated. toggle- e - hide the html tag 1 make the html tag visible purpose: This method will accept the id of an html tag and a toggle value The method will then set the html tag's css visibility and height To hide the html tag (toggle - e), the visibility will be set to hidden and the height will be set to e. To reveal the html tag (toggle 1), the visibility will be set to visible and the height will be set to auto
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
