aboutsummaryrefslogtreecommitdiff
path: root/Web design/Only HTML (html learning)/Testing stuff/New Text Document.html
diff options
context:
space:
mode:
Diffstat (limited to 'Web design/Only HTML (html learning)/Testing stuff/New Text Document.html')
-rw-r--r--Web design/Only HTML (html learning)/Testing stuff/New Text Document.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/Web design/Only HTML (html learning)/Testing stuff/New Text Document.html b/Web design/Only HTML (html learning)/Testing stuff/New Text Document.html
index dd2d6f4..da74dff 100644
--- a/Web design/Only HTML (html learning)/Testing stuff/New Text Document.html
+++ b/Web design/Only HTML (html learning)/Testing stuff/New Text Document.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+
<html>
<head>
<title>Test</title>
@@ -92,6 +92,17 @@
<hr width="50%" />
<br />
+ <!-- <input /> -->
+ <form method="GET" action="#">
+ <input name="Username" type="Text"/>
+ <input name="Password" type="Password"/> <br />
+ <input value="yes" type="radio"/> Yes
+ <input value="no" type="radio"/> No <br />
+ <input name="Submit" type="Submit"/>
+ </form>
+
+ <frameset bgcolor="red"></frameset>
+
<p>Made on 22 February 2019</p>
</body>
</html> \ No newline at end of file