-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpage2.html
More file actions
40 lines (38 loc) · 1.31 KB
/
page2.html
File metadata and controls
40 lines (38 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<div id="like_button_container"></div>
<!--# Website-Front-Test-HTML
Health++ 2019 Website Code Test 1-->
<!--This is for me to practice HTML Stuff-->
<!--Setup stuff-->
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Source Sans Pro" rel="stylesheet">
</head>
<body style="background-color:rgb(255,170,100);">
</body>
<section id="overlay">
<hr>
<form action="submission.html" method="POST">
<!-- actual text and stuff-->
<h1>What have you done today?</h1>
<form method="post" action="http://server1">
<p> How much water did you drink?
<input type="number" name="water"> glasses
<br/>
Did you go on a walk? <br>
<form action="">
<input type="radio" name="walking" value="yes"> Yes
<input type="radio" name="walking" value="no"> No<br>
Did you do anything fun? <br>
<form action="">
<input type="radio" name="fun" value="yes"> Yes
<input type="radio" name="fun" value="no"> No<br>
Anything else you would like to share?
<form action="">
<input type="text" name="share">
<br/>
<input type="submit" value="Submit"> | <a href="code draft 1.html">Home</a><br />
</form>
</section>
<hr>