Skip to content
Open
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
43 changes: 31 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,34 @@
<input type="text" name="fullName" id="fullName">
</div>
<div>
<label>EMP Code</label>
<input type="text" name="empCode" id="empCode">
<label>Sr No</label>
<input type="text" name="Sr No" id="Sr No">
</div>
<div>
<label>Salary</label>
<input type="text" name="salary" id="salary">
<label>Academic year</label>
<input type="text" name="Academic year" id="Academic year">
</div>
<div>
<label>City</label>
<input type="text" name="city" id="city">
<label>Passing year</label>
<input type="text" name="Passing year" id="Passing year">
</div>
<<div>
<label>University</label>
<input type="text" name="University" id="University">
</div>
<div>
<label>Total Marks</label>
<input type="text" name="Total Marks" id="Total Marks">
</div>

<div>
<label>Marks Scored</label>
<input type="text" name="Marks Scored" id="Marks Scored">
</div>
div>
<label>Percentage</label>
<input type="text" name="Percentage" id="Percentage">
</div>
<div class="form-action-buttons">
<input type="submit" value="Submit">
</div>
Expand All @@ -38,11 +55,13 @@
<table class="list" id="employeeList">
<thead>
<tr>
<th>Full Name</th>
<th>EMP Code</th>
<th>Salary</th>
<th>City</th>
<th></th>
<th>Sr No</th>
<th>Academic year</th>
<th>Passing year</th>
<th>University</th>
<th>total marks</th>
<th><th>total marks</th></th>
<th>Percentage</th>
</tr>
</thead>
<tbody>
Expand All @@ -55,4 +74,4 @@
<script src="script.js"></script>
</body>

</html>
</html>