This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<main class="w-50 mx-auto"> | |
<form class="bg-light border rounded mx-auto mt-5 p-3"> | |
<h1 class="h2 text-center mt-2 mb-4">Homework 3</h1> | |
<div class="form-group"> | |
<label for="field1">Field 1</label> | |
<input type="text" class="form-control" id="field1" name="field1" /> | |
</div> | |
<div class="form-group"> | |
<label for="field2">Field 2</label> | |
<input type="text" class="form-control" id="field2" name="field2" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<main class="w-50 mx-auto"> | |
<form class="bg-light border rounded mx-auto mt-5 p-3"> | |
<h1 class="h2 text-center mt-2 mb-4">Homework 3</h1> | |
<div class="form-group"> | |
<label for="field1">Field 1</label> | |
<input type="text" class="form-control" id="field1" name="field1" /> | |
</div> | |
<div class="form-group"> | |
<label for="field2">Field 2</label> | |
<input type="text" class="form-control" id="field2" name="field2" /> |