Answered step by step
Verified Expert Solution
Question
1 Approved Answer
HTML, CSS, PHP Code Problem 1. Web page design using HTML and CSS. (50 points) Create a web page as shown below, based on the
HTML, CSS, PHP Code
Problem 1. Web page design using HTML and CSS. (50 points) Create a web page as shown below, based on the following: a. Use Notepad++ to write the HTML script. Save the file as "Q1_YourName.html" b. Use internal or inline CSS. c. Background color is rgb(246, 227, 177). Lab Assignment 2 - Student Nan x Heading 1, color=red AUM Picture: DB.jpg width=120, height = 130 Left margin=55px Heading 3, italic Welcome to my site For more information, click here: bold Target: www.aum.edu.kw Log in Student ID Size=17 characters Gender Male Female Submit Clear Page 2 of 3 2. PHP pages design (50 points) Write PHP web pages based on the following: 1. The first web page (registration.php) represents a registration form. The web page should enable the user to enter student's name, age, major and GPA through text boxes, and it should have a submit button to navigate to another web page (results.php). Add needed labels, text and use appropriate font size. Add your name as label of size h3 on top of the page. 2. The second web page (results.php) should be opened after the user clicks on the submit button of page registration.php. The second web page should display the student's name, age and major (which were entered in registration.php). Also, it should display level of student based on the following table: GPA between 0 and 1.9 between 2.0 and 3.0 between 3.1 and 4.0 Level Fail Good Excellent If the entered GPA is not within any of the above ranges, then the student level should not be displayed. Instead, a text "Invalid GPA was entered" should be displayed. Add your name and ID as label in red color on top of this pageStep 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