diff options
Diffstat (limited to 'csci4131/lec')
-rw-r--r-- | csci4131/lec/Lec4Ex2.html (renamed from csci4131/lec/Lec3Ex3.html) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/csci4131/lec/Lec3Ex3.html b/csci4131/lec/Lec4Ex2.html index 1f40c72..24355bb 100644 --- a/csci4131/lec/Lec3Ex3.html +++ b/csci4131/lec/Lec4Ex2.html @@ -6,9 +6,13 @@ </head> <body> <form method="post"> + <p> <input name="URL" Type="url">URL</input><br> <input name="email" Type="email">Email</input><br> + </p> + <p> <input type="submit" value="Submit"> - <input type="Clear" value="Clear"> + <input type="reset" value="Clear"> + </p> </form> </body>
\ No newline at end of file |