-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathad-gret.html
More file actions
29 lines (29 loc) · 904 Bytes
/
Copy pathad-gret.html
File metadata and controls
29 lines (29 loc) · 904 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ad-greet</title>
<link rel="stylesheet" href="ad-hel.css">
<script src="ad-hello.js"></script>
</head>
<body>
<header>
<nav>Background Color & Greetings</nav>
<button id="red">R</button>
<button id="green">G</button>
<button id="blue">B</button>
<form id="colorForm">
<input id="color" type="text" autocomplete="off" placeholder="Color">
<button type="submit">Submit</button>
</form>
</header>
<div class="content">
<form id="nameForm">
<input id="name" autocomplete="off" type="text" autofocus placeholder="name">
</form>
<p id="p1"></p>
</div>
</body>
</html>