WINTXCODERS

Programación => Desarrollo web => Mensaje iniciado por: WIитX en Enero 18, 2015, 03:06:17 PM

Título: Estructura básica xhtml
Publicado por: WIитX en Enero 18, 2015, 03:06:17 PM
Código (html5) [Seleccionar]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="css/style.css">
<title>Mi sitio web</title>
</head>
<body>
<div id="apDiv2">
</div>
</body>
</html>