-
Notifications
You must be signed in to change notification settings - Fork 244
/
JavierGonzalezGimenez.html
34 lines (31 loc) · 1.72 KB
/
JavierGonzalezGimenez.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Cadenas de televisión</title>
<link rel="stylesheet" type="text/css" href="estilo.css">
</head>
<body>
<h1 align="center" width=>Principales cadenas televisivas españolas</h1>
<table width="75%" border="1" align="center">
<tr><td bgcolor="#246355" colspan="2" align="center"><font color="white" size="5px"><strong>Cadenas de televisión </strong></font></td>
</tr>
<tr>
<td><a href="https://www.rtve.es/"target=_blank>La1</a><img width="15%" align="right" src="D:\Practicas HTML\Logos Televisivos\La1.jpg"td>
<td><a href="https://www.rtve.es/play/la-2/"target=_blank>La2</a><img width="15%" align="right" src="D:\Practicas HTML\Logos Televisivos\La2.jpg"></td>
</tr>
<tr>
<td><a href="https://www.antena3.com//"target=_blank>Antena3</a><img width="10%" align="right" src="D:\Practicas HTML\Logos Televisivos\antena3.jpg"></td>
<td><a href="https://www.cuatro.com/"target=_blank>Cuatro</a><img width="15%" align="right" src="D:\Practicas HTML\Logos Televisivos\cuatro.jpg"></td>
</tr>
<tr>
<td><a href="https://www.telecinco.es/"target=_blank>Telecinco</a><img width="10%" align="right" src="D:\Practicas HTML\Logos Televisivos\Telecinco.jpg"></td>
<td><a href="https://www.lasexta.com/"target=_blank>La sexta</a><img width="10%" align="right" src="D:\Practicas HTML\Logos Televisivos\La_Sexta.jpg"></td>
</tr>
<tr>
<td><a href="https://www.boing.es//"target=_blank>Boing</a><img width="10%" align="right" src="D:\Practicas HTML\Logos Televisivos\Boing.jpg"></td>
<td><a href="https://www.rtve.es/infantil/"target=_blank>Clan</a><img width="15%" align="right" src="D:\Practicas HTML\Logos Televisivos\clan.jpg"></td>
</tr>
</table>
</body>
</html>