-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpage4.html
More file actions
33 lines (31 loc) · 1008 Bytes
/
page4.html
File metadata and controls
33 lines (31 loc) · 1008 Bytes
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
<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>Send a Message</h1>
<form method="post" action="http://server1">
<p>To whom?<p>
<b>My doctor<br>
My caregiver<br>
My family<br></b>
<br>What would you like to say?<br>
<form action="">
<input type="text" name="message">
<br/>
<input type="submit" value="Submit"> | <a href="code draft 1.html">Home</a><br />
</form>
</section>
<hr>