Apresentação de websites com HTML
Por: kamys17 • 15/7/2018 • 532 Palavras (3 Páginas) • 301 Visualizações
...
<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">
<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;
}
-->
</style></head>
<body>
</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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #3399FF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a {
font-family: Georgia, Times New Roman, Times, serif;
color: #9900CC;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FF0033;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style></head>
<body>
<table width="100" border="0" cellpadding="2" cellspacing="4">
<tr>
<td bgcolor="#FFFFCC"><a href="principal.html" target="principal">Home</a></td>
</tr>
<tr>
<td bgcolor="#FFFFCC"><a href="produtos.html" target="principal">produtos</a></td>
</tr>
...