Ver Mensaje Individual
  #16 (permalink)  
Antiguo 11/06/2012, 12:16
Avatar de ryugen
ryugen
Colaborador
 
Fecha de Ingreso: agosto-2008
Ubicación: Rosario, Santa Fe
Mensajes: 350
Antigüedad: 15 años, 8 meses
Puntos: 187
Respuesta: HTML5 y la correcta estructuración de tags de web semántica.

Es posible incorporar un nav dentro de un header, si ves aquí: http://dochub.io/#html/nav
Cita:
Permitted parent elements Any element that accepts flow content. Note that a <nav> element must not be a descendant of an <address> element.
Puede estar contenido en cualquier etiqueta que acepte contenido flotante y dichas etiquetas son:
Cita:
Flow content

Elements belonging to the flow content category typically contain text or embedded content. They are: <a> , <abbr> , <address> , <article> , <aside> , <audio> , <b> , <bdo> , <blockquote> , <br> , <button> , <canvas> , <cite> , <code> , <command> , <datalist> , <del> , <details> , <dfn> , <div> , <dl> , <em> , <embed> , <fieldset> , <figure> , <footer> , <form> , <h1> , <h2> , <h3> , <h4> , <h5> , <h6> , <header> , <hgroup> , <hr> , <i> , <iframe> , <img> , <input> , <ins> , <kbd> , <keygen> , <label> , <map> , <mark> , <math> , <menu> , <meter> , <nav> , <noscript> , <object> , <ol> , <output> , <p> , <pre> , <progress> , <q> , <ruby> , <samp> , <script> , <section> , <select> , <small> , <span> , <strong> , <sub> , <sup> , <svg> , <table> , <textarea> , <time> , <ul> , <var> , <video> , <wbr> and Text.

A few other elements belong to this category, but only if a specific condition is fulfilled:

<area> , if it is a descendant of a <map> element
<link> , if the itemprop attribute is present
<meta> , if the itemprop attribute is present
<style> , if the scoped attribute is present
Fuente: https://developer.mozilla.org/en/HTM...s#flow_content