groups

name language licence
HTML : Formulaire de contact + verification inline avec validatious 2.0 HTML Other
PHP/MYSQL : inserer une date dans mysql Other Other
PHP/JS : convertir en int Other Other
JS/GOOGLE MAPS API : maps animate Other Other
JOOMLA : exemple de templateDetails.xml Other Other
JOOMLA : exemple de gabarit (index.php) Other Other
CSS: ombre et lueur avec box-shadow et text-shadow CSS Other
PHP : Authentification HTTP basique Other Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >



language: HTML
licence: Other

HTML : Formulaire de contact + verification inline avec validatious 2.0

options: view full snippetsend to code collector
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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="test.css" type="text/css" media="screen" />
    <script type="text/javascript" src="v2.standalone.full.min.js"></script>
    
</head>
<body>
	
(Continues...)