-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.18 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Website</title>
</head>
<body>
<table>
<tr>
<td>
<img src="OP.jpg" alt="image of Oppenheimer">
</td>
<td>
<h1>J. Robert Oppenheimer</h1>
<p><em>Father of <strong><a href="https://en.wikipedia.org/wiki/Nuclear_weapon">Atomic Bomb</a></strong></em></p>
</td>
</tr>
</table>
<!-- <img src="https://m.media-amazon.com/images/M/MV5BYjJlZmQ4NjQtMDc2NS00ZWZhLWIxZTktOWQ3NGY1MWE0NTlmXkEyXkFqcGdeQXZ3ZXNsZXk@._V1_QL75_UX500_CR0,0,500,281_.jpg" alt="Photo of Oppenheimer"> -->
<p>Hello everyone,this is my second website.</p>
<hr>
<h3>Education</h3>
<ul>
<li>Quantum physics</li>
<li>Chemistry</li>
</ul>
<a href="hobbies.html">Hobbies</a>
<p><a href="Contact.html">Contact details</a></p>
<p><a href="input.html">INPUT</a></p>
</body>
</html>