Q2. Write the HTML code to generate the following output. Registration Form Name: your name Email: your email Password: Phone Number: Gender: Male: Female: language Select language Zip Code: About: Write about yourself... Register (1 Mark) Q3. Write an Inline CSS code to change the color of main heading (Registration Form) in the question number 2 as blue and size as 22px 4. Write an Internal CSS code to change the color and size of <h1> tag as blue and 30px respectively. (1 Mark) Q5. Write an HTML document and apply external CSS to change the <p> color as green and size as 16px. And change <h2>tag color as blue and size as 20px. (1 Mark) Q6. Create a PHP file to read the data from the HTML form mentioned in question no. 2 and display all received data values on the new webpage. (1.5 Mark)
Added by Virginia K.
Close
Step 1
```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Registration Form</title> </head> <body> <h1 style="color: blue; font-size: 22px;">Registration Show more…
Show all steps
Your feedback will help us improve your experience
Varun Indurthi and 101 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Instructions Assignment 1. The CSS document will apply standard formatting to both HTML documents: a. At each page top, a banner image (banner.jpg). b. Set the <h1> header text to appear purple and in the Cambria font. HTML document A: a. Within an <h1> tag: "Parakeets: Green or Blue?" b. Within a second <p> tag: "The blue color is a recent mutation, caused by the absence of low coloration from the original green. Although a popular color for pet birds, a blue parakeet would probably not survive long in the wild." c. Within a third <p> tag: "Yellow, green, and blue," which should appear in bold and in their respective colors (e.g., the word blue should be blue). d. The tags in a), b), and c) should not be nested within each other. HTML document B: a. A button with the label "Change color!". When the button is pressed, a script will execute. b. Additional button pressing will produce no further changes. The three images (from 1a, 3a, and 3b) should be zipped along with your three documents. All the files should be at the same folder depth, i.e., no subfolders.
Akash M.
'Write HTML code to print the following: Hello Coder!'
Sanchit J.
1) Write the servlet program with html form to get three numbers as input and check which number is maximum. (use get method) 2) Write the servlet program with html form to find out the average marks of the student. Take 5 subject marks and calculate the average, display the average with 2 decimals places.
Sri K.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Watch the video solution with this free unlock.
EMAIL
PASSWORD