Create a web page to register students for a semester. The system should pick the following student details i.
Posted: Tue May 24, 2022 8:17 am
Create a web page to register students for a semester.
The system should pick the following student details
i. First name
ii. Last name
iii. Department [Education, information technology, Theology, Agriculture]
iv. Course(s)-[Web Engineering, Programming, databases, etc]
Create a form to receive inputs from I, ii, iii, and iv.
Accept input if and only if none of the controls is not empty.
Create a database to accept input from the form
The form must have four(4) buttons
Create a button labelled View: when clicked must display all records
Create a button labelled Delete: When clicked must delete a selected record
Create a button labelled: Add record: When clicked must insert new record
Create a button labelled: Update: when clicked must allow user to update record
Use CSS to enhance the created HTML form.
The system should pick the following student details
i. First name
ii. Last name
iii. Department [Education, information technology, Theology, Agriculture]
iv. Course(s)-[Web Engineering, Programming, databases, etc]
Create a form to receive inputs from I, ii, iii, and iv.
Accept input if and only if none of the controls is not empty.
Create a database to accept input from the form
The form must have four(4) buttons
Create a button labelled View: when clicked must display all records
Create a button labelled Delete: When clicked must delete a selected record
Create a button labelled: Add record: When clicked must insert new record
Create a button labelled: Update: when clicked must allow user to update record
Use CSS to enhance the created HTML form.