Nothing Submitted Yet

Or it did not work...


Try this to see what this page should look like:



<form action="#" method="GET"> <div class="flex"> <div><label for="">Your Name:</label></div> <div><input type="text" name="name" id="name" value="Captain America"></div> </div> <div class="flex"> <div><label for="">Your Birthday:</label></div> <div><input type="date" name="birthday" id="birthday" value="1920-06-04"></div> </div> <div class="text-center"> <button type="reset" name="reset" id="reset">Reset</button> <button type="submit" value="Button 1 Was Clicked" name="button_clicked" id="submit1">Button #1</button> <button type="submit" value="Button 2 Was Clicked" name="button_clicked" id="submit2">Button #2</button> </div> </form>