THIS IS MY REGISTRATION CODES, PLEASE GIVE ME A CSS CODE THAT WILL FIT IT IN AN ATTRACTIVE AND DESIGN IMAGE IN THE BACKGROUND

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
THIS IS MY REGISTRATION CODES, PLEASE GIVE ME A CSS CODE
THAT WILL FIT IT IN AN ATTRACTIVE AND DESIGN IMAGE IN THE
BACKGROUND
THANKS<?php include('server.php') ?> <!DOCTYPE html> <html> <head>
<title>Registration System</title>
<link rel="stylesheet" type="text/css" href="style.css"> </head> <body>
<div class="container">
<div class="header">
<h2>REGISTER</h2> </div>
<form action="registration.php"method="post>
<?php include('errors.php') ?>
<div>
<label for ="First_name"> First Name </label>
<input type="tex" name="First_name" required>
</div>
<div>
<label for ="Last_name"> Last Name</label>
<input type="text" name="Last_name" required >
</div>
<div >
<label for ="Email">Email</label>
<input type="Email" name="Email" >
</div>
<div >
<label for ="School_ID">School ID</label>
<input type="school_ID" name="School_ID" required>
</div>
<div >
<label for ="PIN"> PIN :</label>
<input type="number" name="PIN_1" required>
</div>
<div >
<label for ="PIN"> Confirm PIN : </label>
<input type="number" name="PIN_2" required >
</div>
<div>
<button type="Submit" name="reg_student"> SUBMIT</button>
</div>
<p> Already a user? <a href="login.php"><b>Log In</b></a></p>
</form> </body> </html>
Transcribed Image Text:THIS IS MY REGISTRATION CODES, PLEASE GIVE ME A CSS CODE THAT WILL FIT IT IN AN ATTRACTIVE AND DESIGN IMAGE IN THE BACKGROUND THANKS<?php include('server.php') ?> <!DOCTYPE html> <html> <head> <title>Registration System</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div class="container"> <div class="header"> <h2>REGISTER</h2> </div> <form action="registration.php"method="post> <?php include('errors.php') ?> <div> <label for ="First_name"> First Name </label> <input type="tex" name="First_name" required> </div> <div> <label for ="Last_name"> Last Name</label> <input type="text" name="Last_name" required > </div> <div > <label for ="Email">Email</label> <input type="Email" name="Email" > </div> <div > <label for ="School_ID">School ID</label> <input type="school_ID" name="School_ID" required> </div> <div > <label for ="PIN"> PIN :</label> <input type="number" name="PIN_1" required> </div> <div > <label for ="PIN"> Confirm PIN : </label> <input type="number" name="PIN_2" required > </div> <div> <button type="Submit" name="reg_student"> SUBMIT</button> </div> <p> Already a user? <a href="login.php"><b>Log In</b></a></p> </form> </body> </html>
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Properties of CSS
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education