Nuevos formularios HTML5
email range color number datetime date month week time url tel search
Importantes nuevas etiquetas HTML5
<header></header> <footer></footer> <nav></nav> <article></article> role <div role=main> <section></section> <aside></aside> <details></details> <mark></mark> <blockquote></blockquote> <figure><figcaption></figcaption></figure>
script and linkTypes
<link type=”text/css” rel=”stylesheet” href=”style.css” /> por <link rel=”stylesheet” href=”style.css”> ——————————————————————————— <script type=”text/javascript” src=”scripts.js”></script> por <script src=”scripts.js”>
