-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 858 Bytes
/
index.html
File metadata and controls
41 lines (36 loc) · 858 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
34
35
36
37
38
39
40
41
<!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>Document</title>
<style>
h1 {text-align: center; color: rgb(81, 7, 110);background-color: chartreuse;
}
</style>
</head>
<body>
<header>
</header>
<main>
<h1>
Class 1 Lab
</h1>
<p style="text-align-last: left; color:darkblue">
1-please enter your name?
</p>
<p style="text-align-last: left; color:rgb(163, 22, 69)">
2-please enter your age?
</p>
<p style="text-align-last: left; color:rgb(159, 214, 29)">
3-do you love food?
</p>
<p style="text-align-last: left; color:rgb(250, 246, 9)">
4-please enter your weight?
</p>
</main>
<footer></footer>
<script src="js/lab01.js"></script>
</body>
</html>