aboutsummaryrefslogtreecommitdiff
path: root/Web design/Only HTML (html learning)
diff options
context:
space:
mode:
authorSyndamia <kami02882@gmail.com>2019-02-23 08:42:46 +0200
committerSyndamia <kami02882@gmail.com>2019-02-23 08:42:46 +0200
commit0c7164435abda2e497957e195e6653f94f20135d (patch)
tree692ab71bc0a1a82bf6a4f5c8799c1df634178070 /Web design/Only HTML (html learning)
parent8a1985f8bdc43aaa1fedc00e43957b580c64e1dd (diff)
downloadSelf-learning-0c7164435abda2e497957e195e6653f94f20135d.tar
Self-learning-0c7164435abda2e497957e195e6653f94f20135d.tar.gz
Self-learning-0c7164435abda2e497957e195e6653f94f20135d.zip
Did more testing
Diffstat (limited to 'Web design/Only HTML (html learning)')
-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