Diferencia entre revisiones de «Usuario:ManuelRomero/HTML5»
De WikiEducator
(→Sintaxis) |
|||
(2 revisiones intermedias por el mismo usuario no mostrado) | |||
Línea 1: | Línea 1: | ||
+ | {{TEP}} | ||
==Referencia== | ==Referencia== | ||
http://www.w3schools.com/html5/default.asp | http://www.w3schools.com/html5/default.asp | ||
Línea 7: | Línea 8: | ||
<source lang=html4strict> | <source lang=html4strict> | ||
<!DOCTYPE html> | <!DOCTYPE html> | ||
− | <html> | + | <html> |
− | <head> | + | <head> |
− | <title>Title of the document</title> | + | <title>Title of the document</title> |
− | </head> | + | </head> |
− | <body> | + | <body> |
− | + | El contenido del documento | |
− | </body> | + | </body> |
− | + | </html> | |
− | </html> | + | |
</source> | </source> | ||
+ | ===Etiqueta nav=== | ||
+ | http://accesibilidadenlaweb.blogspot.com.es/2011/03/la-etiqueta-de-html5.html |
Última revisión de 22:56 28 nov 2013
Trabajo en proceso, espera cambios frecuentes. Tu ayuda y retroalimentación son bienvenidos. Ver página de charlas. |
Referencia
http://www.w3schools.com/html5/default.asp
Sintaxis
- un documento html5 debe comenzar con la declaración <!DOCTYPE html>
- un documento html5 debe tener las siguientes etiquetas
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> El contenido del documento </body> </html>
http://accesibilidadenlaweb.blogspot.com.es/2011/03/la-etiqueta-de-html5.html