-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnasa.html
More file actions
56 lines (48 loc) · 1.61 KB
/
nasa.html
File metadata and controls
56 lines (48 loc) · 1.61 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
<!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">
<link rel="stylesheet" href="./style.css">
<title>Document</title>
</head>
<body>
<main class="spaceImage">
<img src="galaxy-g165019e83_1280.jpg" alt="Space Image" width="850" height="450">
<h1 class="text_block_nasa">NASA</h1>
</main>
<div>
<section1>
<h2 class="socialMedia">SOCIAL MEDIA</h2>
<ul class="socialList">
<li>Twitter - @nasa</li>
<li>Facebook - fb.com/nasa</li>
<li>Instagram - @nasa</li>
<li>Youtube - youtube.com/NASA</li>
</ul>
</section1>
<section2>
<h3 class="officeInfo">OFFICE INFO</h3>
<ul class="officeInfoList">
<li>Public Communication Office</li>
<li>NASA Headquarters</li>
<li>300 E. Street SW, Suite 5R30</li>
<li>Washington, DC 20546</li>
<li>(202) 358-0001</li>
<li>(202) 358-4338 (Fax)</li>
</ul>
</section2>
<section3>
<h4 class="contactUs">CONTACT US</h4>
<form class="contact">
<label for="name">Name</label><br>
<input type="text" class="name"><br>
<label for="message">Message</label><br>
<input type="text" class="message"><br>
<button class="button"type="button">Send</button>
</form>
</section3>
</div>
</body>
</html>