Diferencia entre revisiones de «Usuario:Juanda/html5/Introducción»
De WikiEducator
(→Introducción) |
(→Estructura básica) |
||
Línea 63: | Línea 63: | ||
<link rel="stylesheet" href="css/normalize.css"> | <link rel="stylesheet" href="css/normalize.css"> | ||
<link rel="stylesheet" href="css/main.css"> | <link rel="stylesheet" href="css/main.css"> | ||
− | <script src="js/vendor/modernizr-2.6. | + | <script src="js/vendor/modernizr-2.6.2.min.js"></script> |
</head> | </head> | ||
<body> | <body> | ||
<!--[if lt IE 7]> | <!--[if lt IE 7]> | ||
− | <p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/"> | + | <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> |
<![endif]--> | <![endif]--> | ||
Línea 73: | Línea 73: | ||
<p>Hello world! This is HTML5 Boilerplate.</p> | <p>Hello world! This is HTML5 Boilerplate.</p> | ||
− | <script src="//ajax.googleapis.com/ajax/libs/jquery/1. | + | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> |
− | <script>window.jQuery || document.write('<script src="js/vendor/jquery-1. | + | <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.0.min.js"><\/script>')</script> |
<script src="js/plugins.js"></script> | <script src="js/plugins.js"></script> | ||
<script src="js/main.js"></script> | <script src="js/main.js"></script> | ||
Línea 90: | Línea 90: | ||
</div> | </div> | ||
<div class="slide"> | <div class="slide"> | ||
+ | |||
===Hacks en CSS=== | ===Hacks en CSS=== | ||
*Comentarios condicionales | *Comentarios condicionales |
Revisión de 11:08 28 ene 2013
</div>