-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patht1.html
More file actions
80 lines (68 loc) · 1.73 KB
/
t1.html
File metadata and controls
80 lines (68 loc) · 1.73 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<title>Angajati</title>
<link rel="stylesheet" type="text/css" href="t1.css">
</head>
<body>
<table border="1" >
<tr style="background-color:#E6E6FA">
<th>Nume</th>
<th>Prenume</th>
<th>Varsta</th>
<th>Departament</th>
<th>Profil </th>
<th>Data angajarii</th>
<th>Poza angajator</th>
</tr>
<tbody>
<tr>
<td>Gherasim</td>
<td>Lavinia</td>
<td>21</td>
<td>12.11.2013</td>
<td>IT</td>
<td><a href="http://www.facebook.com">Lavinia Gherasim</a></td>
<td><img src="http://www.accountingdegree.com/wp-content/uploads/nepotism.jpg"></td>
</tr>
<tr>
<td>Cristiana</td>
<td>Grigoriu</td>
<td>21</td>
<td>12.11.2013</td>
<td>IT</td>
<td><a href="http://www.facebook.com">Cristiana Grigoriu</a></td>
<td><img src="http://amywhitmer.com/wp-content/uploads/2013/01/iStock_000010361593Small-600x399.jpg"></td>
</tr>
<tr>
<td>Victor</td>
<td>Grigoriu</td>
<td>21</td>
<td>12.11.2010</td>
<td>IT</td>
<td><a href="http://www.facebook.com">Victor Grigoriu</a></td>
<td><img src="http://4.bp.blogspot.com/-BLvRo-p79oI/ToU-kz0EKUI/AAAAAAAAAic/ziWCF0Z__yg/s1600/How_Can_I_Help_You.jpg"></td>
</tr>
<tr>
<td>Adina</td>
<td>Gherasim</td>
<td>25</td>
<td>12.11.2010</td>
<td>IT</td>
<td><a href="http://www.facebook.com">Adina Gherasim</a></td>
<td><img src="http://www.mp3streamingaudio.com/wp-content/uploads/2013/10/business-men-laughing.jpg"></td>
</tr>
<tr>
<td>Maria</td>
<td>Popa</td>
<td>25</td>
<td>15.11.2010</td>
<td>IT</td>
<td><a href="http://www.facebook.com">Maria Popa</a></td>
<td><img src=" http://createhype.com/wp-content/uploads/not-so-corporate-headshot-photo-by-portraits-to-the-people_864-e1371589529891.jpg"></td>
</tr>
</tbody>
</table>
<table>
</body>
</html>