index.html
1.49 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
39
40
<html>
<head>
<title>jBrowser - Sample Index</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<meta content="pragma" http-equiv="no-cache">
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body bgcolor="#6080a0">
<font color="#f00000" size="12">Primeira Linha 12</font><br>
<font color="#00f000" size="16">Segunda Linha 16</font><br>
<font color="#0000f0" size="20">Terceira Linha 20</font>
<font color="#000000" size="12">
<ul>
<li><a href="link01.html">Link 01</a></li>
<li><a href="link02.html">Link 02</a></li>
</ul>
<br>Testando o jBrowser com tags padroes HTML para mostrar o desempenho e a funcionalidade geral do sistema<br>
Testando o desenho das imagens
red<img src="./images/red_icon.png" alt="red button" width="160" height="80" border="1">
green<img src="./images/green_icon.png" alt="red button" width="160" height="80" border="1">
yellow<img src="./images/yellow_icon.png" alt="red button" width="160" height="80" border="1">
e blue<img src="./images/blue_icon.png" alt="red button" width="160" height="80" border="1">
no jBrowser.
<br>
<p>Esta página contém apenas sub-conjunto dos componentes html para ilustrar a renderizaçao de um browser. Todos estes componentes provém da API jgui</p>
<p>Estou testando o uso da tag "p" que representa parágrafos e tentando seguir exatmanete o comportamento esperado por esta tag</p>
</font>
</body>
</html>