HTML - texto vertical al lado de una tabla

 
Vista:
Imágen de perfil de kookie
Val: 1
Ha aumentado su posición en 15 puestos en HTML (en relación al último mes)
Gráfica de HTML

texto vertical al lado de una tabla

Publicado por kookie (1 intervención) el 21/10/2018 02:32:10
Este es el codigo que tengo, pero quiero saber en donde y con que puedo poner un texto vertical al lado de mi tabla... la palabra que quiero poner es "producto"
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>practica 8</title></head>
<body>
<center>
<table border="6" cellSpacing="0" width="100" height="100" cellpadding="0">
<tr>
<td>NUMERO</FONT></strong></td>
<td>NOMBRE P.</FONT></strong></td>
<td>IMAGEN</FONT></strong></td>
<td>DESCUENTO</FONT></strong></td>
</tr>
 
<tr>
<td><img center src="numero1.gif" width="100" height="100"></td>
<td><center><strong><FONT FACE="ArialBlack"SIZE=5 COLOR="Red">Bolitochas</FONT></strong></center></td>
<td><marquee width="250" height="200" bgcolor="red" hspace="0px" vspace="0px" scrolldelay="3" loop="1000" direction="up"><center>
<img src="bolitochas.jpg" width="200" height="150"></marquee></td></center>
<td><center><img src="20%.jpg" width="400" height="300"></center></td>
</tr>
</center>
</body>
</html>
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder