Apresentação de websites com HTML
Por: sylleryum • 17/4/2017 • Trabalho acadêmico • 524 Palavras (3 Páginas) • 227 Visualizações
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<frameset rows="136,*" cols="*" framespacing="4" frameborder="yes" border="4" bordercolor="#FFFFCC">
<frame src="topo.html" name="topo" scrolling="No" noresize="noresize" id="topFrame" title="topo" />
<frameset rows="*" cols="94,*" framespacing="0" frameborder="no" border="0">
<frame src="menu.html" name="menu" scrolling="No" noresize="noresize" id="menu" title="menu" />
<frame src="contato.html" name="principal" id="principal" title="principal" />
</frameset>
</frameset>
<noframes><body>
<img src="img/logo.jpg" alt="" width="583" height="274" />
</body>
</noframes></html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFCC;
}
.style1 {
font-size: 24px;
font-weight: bold;
color: #0000FF;
}
-->
</style></head>
<body>
<table width="595" height="181" border="1">
<tr>
<td height="44"><div align="center" class="style1">contato</div></td>
</tr>
<tr>
<td><form id="form1" name="form1" method="post" action="">
<table width="228" border="1">
<tr>
<td width="55">Nome:</td>
<td width="157"><label></label></td>
</tr>
<tr>
<td>Telefone:</td>
<td><label>
<input type="text" name="textfield2" />
</label></td>
</tr>
<tr>
<td>E-mail:</td>
<td><label>
<input type="text" name="textfield3" />
</label></td>
</tr>
<tr>
<td>Assunto:</td>
<td><label>
<input type="text" name="textfield4" />
</label></td>
</tr>
<tr>
<td>Texto:</td>
<td><label>
<textarea name="textarea"></textarea>
</label></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
...