-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (45 loc) · 963 Bytes
/
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>
<head>
<meta charset="UTF-8">
<title>Joel García</title>
</head>
<body>
<center>
<h1>Joel García</h1>
</center>
<table border="5" bordercolor="red" align="center">
<tr>
<th colspan="3">NOMBRE DEL GRUPO</th>
</tr>
<tr>
<th>Nombre</th>
<th>Apellidos</th>
<th>Foto</th>
</tr>
<tr>
<td>Joel</th>
<td>García</th>
<td border=3 height=100 width=100>Photo1</th>
</tr>
<tr>
<td>Diego</th>
<td>Esteban</th>
<td border=3 height=100 width=100>Photo1</th>
</tr>
<tr>
<td>Paula</th>
<td>Pinto</th>
<td border=3 height=100 width=100>Photo1</th>
</tr>
<tr>
<td>María</th>
<td>Bogajo</th>
<td border=3 height=100 width=100>Photo1</th>
</tr>
</table>
<center>
El cabeza de grupo es Joel García
</center>
</body>
<html>