Create an HTML form that accepts the user’s input to enter the student name, ID

Create an HTML form that accepts the user’s input to enter the student name, ID

Create an HTML form that accepts the user’s input to enter the student name, ID and gender to register for the IT405 course. Create a PHP file that displays the following sentence:
Include the screenshot of the program output as a part of your answer.
Hello name, welcome to IT405.
The sentence should be colored in blue or red according to the gender.
Your program output should look as shown below.
Marking Criteria
HTML form 1 mark
PHP code 1 mark
Screenshots 1 mark
3 Marks
Learning
Outcome(s):
Build web applications using
PHP and MySQL
Question Two
Write
the PHP code that validates the inputs for the given online form.
Include the screenshot of the program output as a part of
your answer.
Marking Criteria

PHP
code 2 marks
– Screenshots 1 mark
2 Marks
Learning
Outcome(s):
Build web applications using
PHP and MySQL
Question Three