/ Published in: HTML
Código básico para iniciar páginas en XHTML transicional.
Expand |
Embed | Plain Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" href="images/favicon.ico" /> <link rel="stylesheet" type="text/css" href="css/estilosScreen_c.css" media="screen" title="Estilos por defecto" /> <link rel="stylesheet" type="text/css" href="css/estilosPrint.css" media="print" /> <link rel="stylesheet" type="text/css" href="css/estilosHandheld.css" media="handheld" /> </head> <body id="nombreSeccion"> Contenidos </body> </html>
You need to login to post a comment.
