xHTML Tipos de Doctype

by Zilus on 23/06/2010

Un tip rápido o una lista que puede ser útil, una pequeña lista con los Doctypes autorizados por la W3C:

HTML 4 Estricto

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”
“http://www.w3.org/TR/html4/strict.dtd”>

xHTML 1 Estricto

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>

xHTML Transicional

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

xHTML 1.1

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN”
“http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>

HTML 5

<!DOCTYPE html>

neozilus@gmail.com
  1. 23/06/2010Wendy MEXICO Mac OS X Safari 533.16 says:

    Muy interesante su blog señor. Me parece excelente que los geeks tengan recursos tan a la mano y tan claros.

    P.S.Me he ganado un host

Write a comment: