-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconvertidos.asp
executable file
·90 lines (84 loc) · 2.79 KB
/
convertidos.asp
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!-- #include file="cab.asp" -->
<h2>Convertidos</h2>
<p>
Nesta seção você terá a oportunidade de analisar alguns sites convertidos por nós para estudo. Estes sites originais, são feitos com tabelas, do jeito convencional. Nós os convertemos para o método tableless, usando web standards. Você pode conferir algumas informações comparativas entre as versões.
</p>
<!-- tabelas de informações comparativas dos sites -->
<table class="dadoscomp" cellspacing="0" cellpadding="0">
<tr class="logosite">
<th colspan="3"><img src="imagens/logo_apple.gif" alt="Apple" /></th>
</tr>
<tr class="degrade">
<th class="pri"> </th>
<th>Tableless</th>
<th>Original</th>
</tr>
<tr>
<th>Tamanho do HTML</th>
<td>10 Kb</td>
<td>15 Kb</td>
</tr>
<tr>
<th>Tamanho total<br /> HTML+CSS+IMAGENS</th>
<td>89,7 Kb</td>
<td>157 Kb</td>
</tr>
<tr>
<th>Em Speedy 256</th>
<td>3 Segundos</td>
<td>5 Segundos</td>
</tr>
<tr>
<th>Válido pelo W3C?</th>
<td>SIM <br /> XHTML 1.1 Strict</td>
<td>NÃO <br /> HTML 4.0 Transitional</td>
</tr>
<tr>
<th>Visualizar</th>
<td><a href="http://www.tableless.com.br/convertidos/apple">Versão Tableless</a></td>
<td><a href="http://www.tableless.com.br/convertidos/apple_original">Versão Convencional</a></td>
</tr>
<tr>
<td colspan="3"><a href="http://www.tableless.com.br/convertidos/apple.zip" class="baixar">baixar zip para estudar</a></td>
</tr>
</table>
<table class="dadoscomp" cellspacing="0" cellpadding="0">
<tr class="logosite">
<th colspan="3"><img src="imagens/logo_microsoft.gif" alt="Apple" /></th>
</tr>
<tr class="degrade">
<th class="pri"> </th>
<th>Tableless</th>
<th>Original</th>
</tr>
<tr>
<th>Tamanho do HTML</th>
<td>5 Kb</td>
<td>13 Kb</td>
</tr>
<tr>
<th>Tamanho total<br /> HTML+CSS+IMAGENS</th>
<td>103 Kb</td>
<td>111 Kb</td>
</tr>
<tr>
<th>Em Speedy 256</th>
<td>1 Segundos</td>
<td>6 Segundos</td>
</tr>
<tr>
<th>Válido pelo W3C?</th>
<td>SIM <br /> XHTML 1.1 Strict</td>
<td>NÃO <br /> HTML 4.0 Transitional</td>
</tr>
<tr>
<th>Visualizar</th>
<td><a href="http://www.tableless.com.br/convertidos/apple">Versão Tableless</a></td>
<td><a href="http://www.tableless.com.br/convertidos/apple_original">Versão Convencional</a></td>
</tr>
<tr>
<td colspan="3"><a href="http://www.tableless.com.br/convertidos/apple.zip" class="baixar">baixar zip para estudar</a></td>
</tr>
</table>
<!-- #include file="direita.asp" -->
<!-- #include file="rodape.asp" -->