groups

name language licence
HTML : Formulaire de contact + verification inline avec validatious 2.0 HTML Other
JS/HTML : Integration Jqzoom Evolution Other Other
HTML : select et optgroup : groupe d'option dans une liste déroulante HTML Other
HTML : HTML 4.01 Strict HTML Other
HTML : HTML 4.01 Transitional HTML Other
HTML : XHTML 1.0 Strict HTML Other
HTML : XHTML 1.0 Transitional HTML Other
HTML : bizarrerie element inline html HTML Other

< 1 2 3 4 5 6 >



language: HTML
licence: Other

HTML : XHTML 1.0 Transitional

options: view full snippetsend to code collector
<?php header("Content-Type:text/html; charset=utf-8"); ?>

<!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="fr" lang="fr">
<head>
	<!-- meta -->
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="robots" content="all" />
   	
	<!-- feuilles de style -->
    <link rel="stylesheet" href="style/style.css" type="text/css" media="screen" />
	<link rel="stylesheet" href="style/print.css" type="text/css" media="print" />
	
	<title></title>
	
(Continues...)