0% found this document useful (0 votes)
11 views5 pages

Abhi Jar

Uploaded by

alokpal2803
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views5 pages

Abhi Jar

Uploaded by

alokpal2803
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Abhiraj Pratap Singh

2300290110010
<!DOCTYPE html>

<html lang="en">
<head>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Google Form</title>
<style>

body {
font-family: Arial, sans-serif;

max-width: 600px;
margin: 0 auto;

padding: 20px;
background-color: #f9f9f9;

h2 {

text-align: center;
}

form {

background-color: white;
padding: 20px;

border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

.form-group {

margin-bottom: 20px;

}
Alok Kumar Pal
2300290110023

label {

display: block;
margin-bottom: 5px;

font-weight: initial;

input[type="text"], input[type="email"], textarea, select {

width: 100%;
padding: 10px;

border-radius: 4px;
border: 1px solid #ccc;

textarea {

resize: vertical;
}

button {

padding: 10px 20px;


background-color: #4CAF50;

color: white;
border: none;

border-radius: 5px;
cursor: pointer;

font-size: 16px;

button:hover {

background-color: #45a049;
}
Alok Kumar Pal
2300290110023

</style>

</head>
<body>

<h2>Feedback Form</h2>

<form action="#" method="POST">

<div class="form-group">

<label for="name">Name</label>
<input type="text" id="name" name="name" required>

</div>

<div class="form-group">

<label for="email">Email</label>
<input type="email" id="email" name="email" required>

</div>

<div class="form-group">

<label for="email">How much you like web workshop ?</label>


<input type="text" id="reeview" name="name" required>

</div>
<div class="form-group">

<label for="message">What is your dream fantasy about this workshop?</label>


<input type="text" id="review" name="name" required>

</div>

<div class="form-group">

<label for="dropdown">How much you are impressed by teaching style of Professor?</label>


<select id="dropdown" name="dropdown" required>

<option value="" disabled selected>Select an option</option>


Alok Kumar Pal
2300290110023

<option value="option1">Excellent</option>

<option value="option2">Option 1</option>


<option value="option3">Again Option1 </option>

</select>
</div>

<div class="form-group">

<label for="message">What you want to say about KIET Magazine?</label>


<input type="text" id="review" name="name" required>

</div>

<div class="form-group">

<label for="message">What is interesting about this Workshop</label>


<input type="text" id="review" name="name" required>

</div>

<div class="form-group">

<label for="message">Leave a review about this workshop</label>


<textarea id="message" name="message" rows="4" required></textarea>

</div>

<button type="submit">Submit</button>

</form>

</body>

</html>
Alok Kumar Pal
2300290110023

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy