Skip to content

Commit d85201a

Browse files
committed
html lab01
1 parent 51b5cf0 commit d85201a

File tree

4 files changed

+61
-0
lines changed

4 files changed

+61
-0
lines changed

code/jonpan/img/musk01.jpg

39.8 KB
Loading

code/jonpan/img/sqpurple.gif

59 Bytes
Loading

code/jonpan/img/webb.png

3.48 MB
Loading

code/jonpan/lab01.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<!-- Required meta tags -->
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
8+
<style>
9+
p {
10+
font-family: Arial, Helvetica, sans-serif;
11+
}
12+
body {
13+
background-image: url('img/webb.png');
14+
color: white;
15+
}
16+
a {
17+
color: yellow;
18+
}
19+
blockquote {
20+
font-family: Tahoma, Verdana, sans-serif;
21+
}
22+
img {
23+
border-radius: 30px;
24+
}
25+
ul {
26+
list-style-image: url('img/sqpurple.gif');
27+
list-style-position: inside;
28+
}
29+
</style>
30+
31+
<title>Jon Pan Lab01</title>
32+
</head>
33+
<body>
34+
35+
<table><tr><td><center><br><br>
36+
37+
<br><u>Elon Musk</u><br>
38+
39+
<p marginwidth="10" marginheight="10" padding="10">Elon Reeve Musk is a business magnate and investor. He is the founder, CEO, and Chief Engineer at SpaceX;
40+
angel investor, CEO, and Product Architect of Tesla, Inc.; founder of The Boring Company;
41+
and co-founder of Neuralink and OpenAI.</p><br>
42+
43+
The last paragraph was from his <a href="https://en.wikipedia.org/wiki/Elon_Musk">Wikipedia page</a>. <br><br>
44+
45+
<img src="img/musk01.jpg" height="300"><br><br>
46+
47+
List of places lived:
48+
<ul>
49+
<li>South Africa</li>
50+
<li>Canada</li>
51+
<li>California</li>
52+
<li>Texas</li>
53+
</ul><br><br>
54+
55+
A quote from Elon Musk: <blockquote>"If humanity doesn't land on Mars in my lifetime,
56+
I would be very disappointed."</blockquote>
57+
58+
</center></td></tr></table>
59+
60+
</body>
61+
</html>

0 commit comments

Comments
 (0)