groups

name language licence
HTML : la balise meta robot HTML Other
HTML : superposer une image sur du texte (ex : un prix barré) HTML Other
HTML : formulaire d'upload enctype à ne pas oublier HTML Other
HTML/AJAX/W3C : Attribut name des inputs HTML Other
HTML/W3C : validation et erreurs à ne pas commettre HTML Other
HTML5 : Structure par defaut + commentaires HTML Other
HTML : Ajouter un favicon sur un site HTML Other
HTML : Attention mode quirks Other Other

< 1 2 3 4 5 6 >



language: HTML
licence: Other

HTML : formulaire d'upload enctype à ne pas oublier

options: view full snippetsend to code collector
<form name="upload" action="" method="post" enctype="multipart/form-data">
	<input type="file"/>
</form>
	
(Continues...)