-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (52 loc) · 1.2 KB
/
index.html
File metadata and controls
76 lines (52 loc) · 1.2 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<HTML lang="en">
<head>
<script type="text/javascript">
</script>
<title>ASAC Architects </title>
<style>
h1{
color:rgba(44, 44, 42, 0.979);
background-color: rgb(238, 225, 110);
text-align:center;
font-size: 40px ;
}
</style>
</head>
<body>
<h1> Architects team </h1>
<img src="https://parametric-architecture.com/wp-content/uploads/2021/04/PA_Top-Ten-Reasons-to-be-an-Architect-3.jpg" alt="pic">
<nav>
<ul>
<li>
<a href="https://brickvisual.com/">Home</a>
</li>
<li>
<a href="https://brickvisual.com/portfolio/">work</a>
</li>
</ul>
</nav>
<div id ="div11" >
</div>
<body>
<p style="text-align: center;
color: rgb(61, 61, 59);
background-color: rgb(224, 224, 214);
font-size: 23px;"
>
for user answer the questions <br>
1-Enter your name ?<br>
2-Enter your age ?
</p>
<p style="text-align: center;
color: rgb(238, 225, 110);
background-color: rgb(90, 90, 72);">
3-Enter your major ?<br>
4-how many brothers and sisters do you have ?
</p>
<footer>
©aya abu najm
</footer>
<script src="app.js"></script>
</body>
</HTML>