aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/lec/Lec3Ex3.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--csci4131/lec/Lec3Ex3.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/csci4131/lec/Lec3Ex3.html b/csci4131/lec/Lec3Ex3.html
new file mode 100644
index 0000000..1f40c72
--- /dev/null
+++ b/csci4131/lec/Lec3Ex3.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>There is no form</title>
+ </head>
+ <body>
+ <form method="post">
+ <input name="URL" Type="url">URL</input><br>
+ <input name="email" Type="email">Email</input><br>
+ <input type="submit" value="Submit">
+ <input type="Clear" value="Clear">
+ </form>
+ </body> \ No newline at end of file