-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexv2.html
More file actions
27 lines (24 loc) · 1.4 KB
/
Copy pathindexv2.html
File metadata and controls
27 lines (24 loc) · 1.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<center>
<h1 style="border: 5px solid red;margin-left: 100px;margin-bottom: 8px ;">SpaceX</h1>
<h1 style="display: inline;">Elon Musk</h1>
<h2>CEO and Founder of SpaceX</h2>
<h2>Elon Musk</h2>
<h3>CEO and Founder</h3>
<br><h4>SpaceX</h4></br>
<p style="margin-top: 6px ;margin-top: 6px;">This is Elon Musk.</p>
<p>CEO and Founder of SpaceX!</p>
<p>SpaceX (Space Exploration Technologies Corp.) is an American <b style="color: blue;"><u>aerospace manufacturer</u></b> aerospace manufacturer and space transportation company founded by Elon Musk in 2002. Its mission is to make life multi-planetary by reducing space transportation costs and eventually enabling the colonization of Mars.</p>
<img src="download.jpg" alt="Elon Musk" width="300" height="200">
<div><a href="https://www.spacex.com" target="_blank" style="margin-top: 100px; display: inline-block;">spacex</a></div>
<div><a href="index.html">Go to signup Page</a></div>
<div><p style="color: red; font-size: 20px;">SpaceX is</div>
<iframe src="https://www.spacex.com" width="600" height="400" style="border: 1px solid black;"></iframe>
</center>