jueves, 15 de noviembre de 2012

Basic Structure HTML5

The basic structure is unchanged HTML5 traumatic as compared to its predecessor HTML4 let's look changes so fast:

HTML4.01 <! DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Transitional / / EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

HTML5 <! DOCTYPE html>

<meta Http-equiv="Content-Type" content="text/html; HTML4.01 charset=utf-8" />

<meta HTML5 charset="utf-8">

Other basic tags as: <head> <body> <title> still fulfill the functions that were playing in the previous version.

Now look at the new structural tags

<nav> <header> <section> <aside> <article> <footer>, these labels are more semantic and allow us to generate a more consistent content therewith.

No hay comentarios:

Publicar un comentario