-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaginaautos.html
57 lines (57 loc) · 1.8 KB
/
paginaautos.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
47
48
49
50
51
52
53
54
55
56
57
<html>
<head>
<title> Autitos </title>
</head>
<body bgcolor="pink" text="#000000">
<table border="0" bgcolor="beige">
<tr>
<td>
<h1><font face="verdana" size="20"> TodoAutos </font></h1>
</tr>
</td>
</table>
<center><table border="0" width="80%">
<tr>
<td>
<center><font face="verdana"><h3> Tier list de los 5 mejores autos (mi opinión) </h3></center></font>
<center><img src="cosas/hello (1).jpg" width="250" height="150"/></center>
<center><table border="1"></center>
<tr>
<td bgcolor="white">Auto: </td>
<td bgcolor="white">Características: </td>
<td bgcolor="white">Imagen: </td>
</tr>
<tr>
<td> Mercedes G Class</td>
<td><br>Es grande y espacioso. Tiene un motor 3.0 diesel turboalimentado de 6 cilindros en línea</br>.<br>500 CV y 760 Nm </td></br>
<td><img src="cosas/g class 550.webp" width="100" height="100"/></td>
</tr>
<tr>
<td>Audi Rs6</td>
<td>Motor V8 biturbo de 600 CV y 800 Nm que alcanza el 0-100 km/h en 3.5s</td>
<td><img src="cosas/audi.webp" width="100" height="100"/></td>
</tr>
<tr>
<td>Porsche 911 GT3 RS</td>
<td>Motor atmosférico de 6 cilindros en línea y 500 CV que alcanza el 0-100km/h en 3.5s</td>
<td><img src="cosas/gt3.jpg" width="100" height="100"/></td>
</tr>
<tr>
<td>Toyota Supra</td>
<td>Motor de 6 cilindros en línea 3.0 litros y 335 CV que logra el 0-100 km/h en 4.5s</td>
<td><img src="cosas/cagada.jpg" width="100" height="100"/></td>
</tr>
<tr>
<td>Nissan Skyline R34 1999</td>
<td>Motor RB26DETT de 2.6 litros turbo con 234 CV y 336 Nm</td>
<td><img src="cosas/cagada2.webp" width="100" height="100"/></td>
</tr>
</tr>
</td>
</table>
</table>
<h4> Si quieres jugar juegos relacionados con los autos, toca el siguiente botón :3 </h4>
<a href="jueguitos.html">
<img src="cosas/boton.png" width="100" height="100"/></a>
</body>
</html>