aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/lec/Lec4Ex2.html
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-02-01 11:39:08 -0600
committerRossTheRoss <mstrapp@protonmail.com>2021-02-01 11:39:08 -0600
commit41d5c2636e3e364157b0fa9c8bdeff1c055cd939 (patch)
treef2d780861f309520253ae30852ac640d77433a0b /csci4131/lec/Lec4Ex2.html
parentFinish assignment 1 (diff)
downloadhomework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.tar
homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.tar.gz
homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.tar.bz2
homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.tar.lz
homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.tar.xz
homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.tar.zst
homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.zip
dir things
Diffstat (limited to 'csci4131/lec/Lec4Ex2.html')
-rw-r--r--csci4131/lec/Lec4Ex2.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/csci4131/lec/Lec4Ex2.html b/csci4131/lec/Lec4Ex2.html
new file mode 100644
index 0000000..24355bb
--- /dev/null
+++ b/csci4131/lec/Lec4Ex2.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>There is no form</title>
+ </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="reset" value="Clear">
+ </p>
+ </form>
+ </body> \ No newline at end of file