Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/10/2013, 02:46
kamiboa
 
Fecha de Ingreso: diciembre-2011
Mensajes: 36
Antigüedad: 13 años, 1 mes
Puntos: 0
Respuesta: Como crear un html5?

¿Así está bien? Por cierto, duda. ¿Es <!DOCTYPE> o <!DOCTYPE html>?



Código HTML:
<!DOCTYPE>

<html>

	<head>
	
		<meta charset="UTF-8">
		<meta name="description" content="Descripción de mi página">
		<meta name="keywords" content="Mis palabras clave">
		<link rel="stylesheet" type="text/css" href="css/estilo.css">
		<title>Mi página web</title>
	
	</head>

	<body>
	
	
	</body>

</html>