×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: HTML
Posted by: César Delgado
Added: Sep 26, 2014 11:57 AM
Views: 1805
Tags: no tags
  1. <html lang="es">
  2.   <head>
  3.     <title>Curso HTML5 y CSS3</title>
  4.     <meta charset="UTF-8">
  5.     <link rel="stylesheet" href="css/normalize.css">
  6.     <link rel="stylesheet" href="css/estilos.css" type="text/css">
  7.     <meta content="width=device-width, initial-scale=1.0" name="viewport">
  8.    
  9.   </head>
  10.   <body id="contenedor">
  11.     <div>
  12.       <h1>
  13.         Curso Html5 CSS3 &amp; Bootstrap
  14.       </h1>
  15.       <p>
  16.         Desarrollo Web
  17.       </p>
  18.     </div>
  19.   </body>
  20. </html>
  21. <!--
  22. To change this license header, choose License Headers in Project Properties.
  23. To change this template file, choose Tools | Templates
  24. and open the template in the editor.
  25. -->
  26.