-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalienware.html
More file actions
38 lines (32 loc) · 1.56 KB
/
Copy pathalienware.html
File metadata and controls
38 lines (32 loc) · 1.56 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
<html>
<head>
<title>Alienware</title>
<meta charset="utf-8"></meta>
<link rel="stylesheet" href="estilos.css" type="text/css">
</head>
<body bgcolor="#8F008A">
<button ><a href="catalogo.html" class="boton_02">Regresar</a></button>
<br>
<center>
<p class="encabezado_02">Alienware</p>
<p><img src="" alt=""></p>
</center>
<br>
<table border="3" width="80%" align="center" bordercolor="#000000" cellspacing="2">
<form name="hp_catalogo">
<tr>
<td align="center" class="texto_02"><img src="M15_R6.PNG" ><br>ALIENWARE M15 R6 GAMING LAPTOP <br> Precio: $25,000</td>
<td align="center" class="texto_02"><img src="M15_R5.PNG" ><br>ALIENWARE M15 R5 RYZEN® GAMING LAPTOP <br> Precio: $28,100</td>
</tr>
<tr>
<td align="center" class="texto_02"><img src="M15_R4.PNG" ><br>Alienware m15 R4 Gaming Laptop<br> Precio: $33,400</td>
<td align="center" class="texto_02"><img src="M17_R4.PNG" ><br>Alienware m17 R4 Gaming Laptop<br> Precio: $37,500</td>
</tr>
<tr>
<td align="center" class="texto_02"><img src="X15.PNG" ><br>ALIENWARE X15 GAMING LAPTOP<br> Precio: $43,800</td>
<td align="center" class="texto_02"><img src="X17.PNG " ><br>ALIENWARE X17 GAMING LAPTOP<br> Precio: $45,900</td>
</tr>
</form>
</table>
</body>
</html>