Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/11/2015, 14:06
kingwar9
 
Fecha de Ingreso: noviembre-2015
Mensajes: 7
Antigüedad: 8 años, 5 meses
Puntos: 0
Pregunta Mi navegador no lee las scripts (creo)

Problema con HTML5, supuestamente así tendría secciones, artículos etc.

Aquí os dejo mi texto, por favor indicadme los problemas (He separado el texto en algunas ocasiones para que no sea pesado para la vista):

<meta charset=UTF-8> (también he utilizado <!DOCTYPE HTML>)
<html>
<head>
<title>HTML5</title>
</head>

<body>
<header>
<form>Search</form>
<nav>
<ul>Site navigation</ul>
</nav>
</header>

</section>
</article>
<h1>Article title</h1>
<p>Summary</p>
</article>
</section>

<aside>
<section>
<h2>Blogroll...</h2>
</section>
</aside>

<footer>
<h2>Footer</h2>
</footer>
</body>
</html>