Atps
Artigo: Atps. Pesquise 862.000+ trabalhos acadêmicosPor: darkdevil • 5/4/2013 • 399 Palavras (2 Páginas) • 643 Visualizações
Exercicio avaliativo Ferramentas Web
28/05/2012
Alunos:Filipe de Oliveria Rosa da Silva RA: 3710644770
Georgia Marcia RA: 0991011144
EXERCÍCIO 01
A tabela é Tabelas servem para muitos propósitos nas páginas HTML.
Controlando atributos como a largura e altura das células das tabelas, ou então de suas
bordas e o espaço adicional ao redor conteúdo ou entre células, você pode controlar o
posicionamento absoluto de qualquer objeto em sua página.
Uma página com FRAMES divide a janela de um navegador em seções conhecidas como frames ou quadros. Cada frame exibe uma página Web separada.
EXERCÍCIO 02
<html>
<head>
<title>Exercício 02</title>
</head>
<bory>
<table border=1 bordercolor="red" align="rigth">
<tr>
<TH align="center" colspan=2 class="style1"><strong>Coluna Mesclada</strong></th>
<tr>
<th align="center" class="style1">Coluna 1</th>
<th align="center" class="style1" style="width: 154px">Coluna 2</th>
<th align="center" bgcolor="yellow" class="style1">Coluna 3</th>
</TABLE>
</body>
</html>
EXERCÍCIO 03
<html>
<head>
<title>Exercício 03</title>
</head>
<body>
<table border=1 bordercolor="black" align="rigth">
<tr>
<TH align="center" class="style1" style="width: 260px; height: 25px;"><strong>Sansung Galaxy Tab 10.1</strong>
</th>
<tr>
<th align="center" class="style1" style="width: 260px">Tablet produzido pela Sansung</th>
<tr>
<th class="style1" style="width: 260px">
<ul>
<li>Bateria 9 horas (video)</li>
<li> Browser Android e Flash</li>
<li>Wriles: Wi-Fi Bluetooth</li>
</ul>
</th> </tr>
<th align="center" class="style1" style="width: 260px">
<img alt="" height="102" src="file:///C:/Users/Public/Pictures/Sample%20Pictures/Chrysanthemum.jpg" width="253" /></th>
<tr>
<th align="center" class="style1" style="width: 260px">
<a href="http://pt.wikipedia.org/wiki/Galaxy_Tab">Tablet
Sansung</a></th>
</tr>
</TABLE>
</body>
</html>
EXERCÍCIO 04
html>
<body>
<p align="center">
<font size="10" face="ARIAL">
<script type="text/javascript">
var a=10;
var b=10;
var c=5;
if((b+c)>a && (a+b)>c && (c+a)>b) {alert("O triangulo é Eqüilatero!");}
if((b+c)>a && (a+b)>c && (c+a)<b){alert("O triangulo é Isósceles!");}
else {alert("Este é um Triangulo qualquer! ");}
</script>
EXERCÍCIO NÚMERO 4
</font> </p>
</body>
</html>
EXERCÍCIO 05
<html><body>
<fieldset>
<form action="dados.txt" method="post" name="cliente">
<legend>Proprietario</legend>
Codigo: <input type="text" name="codigo" value="" size=10 readonly disabled id="codigo"><br>
...