index.html 1.49 KB
<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&aacute;gina cont&eacute;m apenas sub-conjunto dos componentes html para ilustrar a renderiza&ccedil;ao de um browser. Todos estes componentes prov&eacute;m da API jgui</p>
	<p>Estou testando o uso da tag "p" que representa par&aacute;grafos e tentando seguir exatmanete o comportamento esperado por esta tag</p>

	</font>

</body>
</html>