Question
Q1: Design a website that has two pages: a static HTML and a PHP file. - Write your name and student ID. - The HTML
Q1: Design a website that has two pages: a static HTML and a PHP file.
- Write your name and student ID.
- The HTML file contains a form that requests
a color and
a number, between 5 and 50.
- The PHP file reads the values for color and the number. Style the text Working in the lab is great with the color submitted and sized to the number of points submitted. Show the text in the browser.
Submit the code.
Q2: Develop a webpage that searches google.
- Write your name and student ID.
- Your HTML file contains a form.
- Find the web server page that services a Google search and put it in the action attribute of the form.
- Find whether Google searches perform a GET or a POST and put it in the method attribute.
- Find the name of the parameter that defines the search word.
- Submit the request, see the result. Submit two screenshot: the completed form and the result of the search.
- Find the name of the parameter that defines the language of the Google screen. Try different languages: Arabic, Japanese, Koreean , etc.
- Submit a screenshot in a different language.
Submit the code .
Step 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