07/07/2011, 13:47
|
| | | Fecha de Ingreso: enero-2011 Ubicación: Lima
Mensajes: 2.744
Antigüedad: 13 años, 10 meses Puntos: 444 | |
Respuesta: html5 en IE7, IE8 e IE9 <!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style-sheet.css">
<link rel="icon" href="favicon.png" type="image/png"> <!--[if lte IE 8]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
</head>
<body>
<header></header>
<nav></nav>
<section>
<article></article>
</section>
<aside></aside>
</body>
</html>
Servido, señor. |