Css Pran
Css Pran
Submitted by:
1. Abstract 4
2. Introduction 5
3. Acknowledgement 6
4. Program code 7
5. Output 13
6. Conclusion 15
7. References 16
ABSTRACT
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
scale=1.0">
<style>
body {
background-color: #f0f0f0;
margin: 0;
padding: 20px;
}
.container {
max-width: 600px;
margin: auto;
background: white;
padding: 20px;
border-radius: 8px;
h1 {
text-align: center;
color: #333;
label {
display: block;
margin-bottom: 8px;
color: #555;
input, select {
width: 100%;
padding: 10px;
margin-bottom: 20px;
border-radius: 4px;
-radius: 5px;
cursor: pointer;
font-size: 16px;
button: button {
background-color: #28a745;
color: white;
border: none;
padding: 10px;
border hover {
background-color: #218838;
.confirmation {
display: none;
background-color: #d4edda;
color: #155724;
padding: 15px;
margin-top: 20px;
border-radius: 5px;
text-align: center;
</style>
</head>
<body>
<div class="container">
<form id="reservationForm">
<option value="">Select...</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
</form>
</div>
<script>
document.getElementById('reservationForm').addEventListener('subm
it', function(event)
const confirmationMessage =
document.getElementById('confirmationMessage');
confirmationMessage.innerHTML = Booked
});
</script>
</body>
</htm
OUTPUT
CONCLUSION
• https://www.w3schools.com/
• https://www.geeksforgeeks.org/
• https://www.interviewbit.com/blog/java-projects/