Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
48 changes: 48 additions & 0 deletions Projects/Dakshata bhamare/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title><h3><b><i><u>Document</u></i></b></h3></title>
</head>
<body>
<!--This is my first HTML Code-->
<form action="/action.php">
<p><h1><u> Feedback form </u></h1></p><br>
<label for="name"><b>Name </b> &nbsp;&nbsp;&nbsp;<input type="text" placeholder="first name" >
<input type="text" placeholder="Last name"></label>
<br><br><br>
<label for="Email-ID"><b>Email-ID</b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp&nbsp;&nbsp;&nbsp;<input type="text" placeholder="Sample@example.com"></label>
<br><br><br>
<label for="Gender"><b>Gender</b><input type="radio" value="Male" name="class" id="101">Male
<input type="radio" value="Female" name="class" id="102">Female</label>
<br><br><br>
<label for="Contact number" ><b>Contact number</b>&nbsp;<input type="text" placeholder="Mobile no"></label><br><br>
<p><h3>select your favourite Programming Launguage</h3></p>
<label for="HTML"><input type="checkbox" value="HTML" name="Programming Launguage" id="100">HTML</label>
<br>
<label for="Java"><input type="checkbox" value="Java" name="Programming Launguage" id="100">Java</label>
<br>
<label for="Python"><input type="checkbox" value="Python" name="Programming Launguage" id="100">Python</label>
<br>
<label for="C++"><input type="checkbox" value="C++" name="Programming Launguage" id="100">C++</label>
<br>
<label for="State"><b><h3>Select your State</h3></b><select name="State"></label>
<option value="Maharashtra">Maharashtra</option>
<option value="Gujrat">Gujrat</option>
<option value="Tamilnadu">Tamilnadu</option>
<option value="odisha">odisha</option>
<option value="Jammu">Jammu</option>
</select>
<br><br><br>
<textarea name="feedback" id="100" placeholder="Please give your valuable feedback here." rows="5"></textarea>
<br><br>
<button>Submit</button>
<br><br>
<div></div><footer>&#169 Contact me at daksh.bhamare15@gmail.com</footer></div>
</form>
</body>
</html>
</body>
</html>
16 changes: 16 additions & 0 deletions Projects/Dakshata bhamare/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
*{background-color:rgb(188, 211, 237);

}
h1{
color:sienna;
}
textarea{
background-color: rgb(251, 230, 251);
border: solid;
width: 400px;

}
button{
background-color:rgb(201, 231, 173);
width: 80px
}