-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.16 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
<title>NASA</title>
</head>
<body>
<main>
<h1>NASA</h1>
</main>
<section>
<article>Social Media</article>
<article> Office Info</article>
<article>Contact Us</article>
</section>
<body>
<h2>Twitter/X - @NASA</h2>
<h2>Facebook - fb.com/nasa</h2>
<h2>Instagram - @NASA</h2>
<h2>YouTube - youtube.com/NASA</h2>
</body>
<div id="Office"></div>
<h3>Public Communications Office</h3>
<h3>NASA Headquarters 300 E.Street SW,</h3>
<h3>Suite 5R30 Washington,</h3>
<h3>DC 20546 (202)358-001 (Office)</h3>
<h3>(202) 358-4338 (Fax)</h3>
</body>
<head>
<title>Text-Box</title>
<style>
.textbox {
width: 300px;
height: 50px;
border-radius: 1px solid black;
padding: 10px;
font-size: 18px;
box-sizing: border-box;
}
</style>
</head>
</html>