Html Basico
Monografias: Html Basico. Pesquise 862.000+ trabalhos acadêmicosPor: marlonac • 27/9/2014 • 3.501 Palavras (15 Páginas) • 489 Visualizações
<!DOCTYPE html>
<!-- saved from url=(0063)http://www.devmedia.com.br/basico-em-html-criando-tabelas/22030 -->
<html xmlns:og="http://opengraphprotocol.org/schema/" xml:lang="pt-br" lang="pt-br"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Básico em HTML: criando tabelas</title>
<link href="./Básico em HTML criando tabelas_files/css" rel="stylesheet" type="text/css">
<link href="./Básico em HTML criando tabelas_files/artigo_style_2013.css" rel="stylesheet" type="text/css">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta property="og:image" content="http://www.devmedia.com.br/imagens/fotoscolunistas/avatar-3-2.png">
<meta name="description" content="Canal Front-end web - tutorial básico sobre como criar tabelas em HTML">
<link rel="canonical" href="./Básico em HTML criando tabelas_files/Básico em HTML criando tabelas.htm">
<meta http-equiv="content-language" content="pt-br">
<meta name="viewport" id="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=3.0,initial-scale=1.0">
<meta name="msapplication-tap-highlight" content="no">
<!-- ICON MAC -->
<link rel="apple-touch-icon" href="http://www.devmedia.com.br/favicon.png">
<link rel="apple-touch-icon" sizes="72x72" href="http://www.devmedia.com.br/imagens/2013/Devmedia72x.png">
<link rel="apple-touch-icon" sizes="114x114" href="http://www.devmedia.com.br/imagens/2013/Devmedia114x.png">
<link rel="apple-touch-icon" sizes="129x129" href="http://www.devmedia.com.br/imagens/2013/Devmedia129x.png">
<!-- FAVICON HTML5-->
<link rel="icon" href="http://www.devmedia.com.br/favicon.png">
<!-- FAVICON IE-->
<link rel="icon" type="image/png" href="http://www.devmedia.com.br/favicon.png">
<link href="https://plus.google.com/101753743720604160232" rel="publisher">
<!-- CSS - RESET E PRESET -->
<link rel="stylesheet" type="text/css" href="./Básico em HTML criando tabelas_files/devmedia.css">
<!-- CSS - RESPONSIVO -->
<link rel="stylesheet" type="text/css" href="./Básico em HTML criando tabelas_files/devmedia-responsive.css">
<!-- CSS - HEADER E FOOTER -->
<link rel="stylesheet" type="text/css" href="./Básico em HTML criando tabelas_files/devmedia-header-footer.css">
<link rel="stylesheet" type="text/css" href="./Básico em HTML criando tabelas_files/style.min.css">
<script async="" src="./Básico em HTML criando tabelas_files/v2"></script><script async="" src="./Básico em HTML criando tabelas_files/bjGqbWII8r4A2pacwqm_6r.js"></script><script src="./Básico em HTML criando tabelas_files/cb=gapi.loaded_1" async=""></script><script src="./Básico em HTML criando tabelas_files/cb=gapi.loaded_0" async=""></script><script async="" type="text/javascript" src="./Básico em HTML criando tabelas_files/ti.js"></script><script type="text/javascript" async="" src="./Básico em HTML criando tabelas_files/ga.js"></script><script id="facebook-jssdk" src="./Básico em HTML criando tabelas_files/all.js"></script><script src="./Básico em HTML criando tabelas_files/jquery.min.js"></script>
<script async="" src="./Básico em HTML criando tabelas_files/menu.js"></script><script async="" src="./Básico em HTML criando tabelas_files/menu.desktop.js"></script>
<!--[if lt IE 9]>
<script async defer src="js/modernizr.custom.js"></script>
<![endif]-->
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1&appId=145393072270566";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-15997918-1']);
_gaq.push(['_setDomainName', 'devmedia.com.br']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
...