Skip to content

Commit

Permalink
teacher field required
Browse files Browse the repository at this point in the history
  • Loading branch information
fidazams authored Jul 7, 2024
1 parent b98fc24 commit a8bd740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1 class="title">MEC Cover Page Generator</h1>
</div>
<div class="form-group">
<label for="course-teacher">Course Teacher:</label>
<select name="course-teacher" id="course-teacher">
<select name="course-teacher" id="course-teacher" required>
<option value="">Select Teacher</option>
<!-- Add your teacher information like "Name <br> Profession" -->
<option value="Md_Alamgir_Hossain">Md. Alamgir Hossain</option>
Expand Down Expand Up @@ -321,4 +321,4 @@ <h2>Terms and Conditions</h2>
<script src="script.js"></script>
</body>

</html>
</html>

0 comments on commit a8bd740

Please sign in to comment.