-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (46 loc) · 1.12 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Michele's personale site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://www.21secolo.news/wp-content/uploads/2019/10/115127920-89276d06-5e80-4f81-b55e-e80d2ac20551.jpg" alt="La mia foto"></td>
<td><h1>Michele</h1>
<p><em>Lavoro a <strong><a href="https:/www.google.it">Google</a></strong></em></p>
<p>bla bla bla bla bla bla</p></td>
</tr>
</table>
<hr>
<h3>Books and teaching</h3>
<ul>
<li>bla bla bla</li>
<li>bla bla bla</li>
<li>bla bla bla</li>
</ul>
<hr>
<h3>Work experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Data</th>
<th>Lavoro</th>
</tr>
</thead>
<tbody>
<tr>
<td>2000-2020</td>
<td>qui</td>
</tr>
<tr>
<td>1999</td>
<td>la</td>
</tr>
</tbody>
</table>
<hr>
<a href="contact.html">Contattami</a>
</body>
</html>