-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
38 lines (31 loc) · 1 KB
/
contact.html
File metadata and controls
38 lines (31 loc) · 1 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
<DOCTYPE Html>
<html lang=”en”>
<head>
<meta charset=”UTF-8”>
<link rel ="stylesheet" href ="contact_style.css">
<title>Contact</title>
</head>
<body>
<header>
<h1> Paulette Fenderson </h1>
<div class="btn-group">
<button>About</button>
<button>Portfolio</button>
<button>Contact</button>
</div>
</header>
<br>
<h2> Contact </h2>
<form>
Name: <br>
<input type="text" name="Paulette Fenderson">
Email: <br>
<input type="text" email="pfende@gmail.com">
Message: <br>
<input type="text" message="Hello World">
</form>
<div id="footer">
<footer> Copyright 2016 Paulette Fenderson </footer>
</div>
</body>
</html>