Skip to content

Commit

Permalink
Create details.html
Browse files Browse the repository at this point in the history
  • Loading branch information
deep4nsh authored Dec 18, 2023
1 parent 7fb3736 commit b1f7642
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions details.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Student Details</title>
<style>
/* Add your CSS styles here */
</style>
</head>
<body>
<h1>Welcome, Student Name!</h1>
<div>
<h2>Personal Details</h2>
<ul>
<li><strong>Name:</strong> Student Name</li>
<li><strong>Age:</strong> Student Age</li>
<li><strong>Class:</strong> Student Class</li>
<li><strong>Sex:</strong> Student Sex</li>
<!-- Add other details as needed -->
</ul>
</div>
</body>
</html>

0 comments on commit b1f7642

Please sign in to comment.