<html> <head> <title> Titre de votre page </title> </head> <body> Corps du document Insérer ici vos textes, images, formulaires, etc... </body> </html> fin du document HTML |
Plusieurs attributs viennent se rajouter à chaques balises Les balises HTML sont presque toujours entre < />
|
<table width="85%" align="center" border="2" bordercolor="#00FFFF"> <tr><td>1ère colonne - 1ère ligne</td></tr> <tr><td>1ère colonne - 2ième ligne</td></tr> <tr></table><td>1ère colonne - 3ième ligne</td></tr>
|
|
|
GoGraph A1ClipArt GifLand ![]() GifManiac Webgif ![]() |
On peut choisir le type de puce :
|
Inscrivez votre nom : <input type="text" name="nom" size="50" maxlenght="200"></input> <br /><br /> Question1 ? <br /><br /> <input type="radio" name="animal" value="reponse1">Réponse1</imput> <br /> <input type="radio" name="animal" value="reponse2">Réponse2</imput> <br /><br /> Question2 ? <br /><br /> <br /> <input type="checkbox" name="question2" value="reponse1">Réponse1</imput> <br /> <input type="checkbox" name="question2" value="reponse2">Réponse2</imput> <br /><br /> Question3 ? <br /><br /> <select size="1" > <option name="nom" value"reponse1">Réponse1</option> <option name="nom" value"reponse2">Réponse2</option> <option name="nom" value"reponse3">Réponse3</option> <option name="nom" value"reponse4">Réponse4</option> </select> <br /><br /> Question4 ? <br /><br /> <select size="3" multiple="multiple"> <option>Réponse1</option> <option>Réponse</option> <option>Réponse</option> <option>Réponse</option> </select> <br /><br /> Commentaires <br /><br /> <textarea cols="50" rows="10" name="commentaire"> </textarea> <br /><br /> <br /><br /> <input type="submit" value="Envoyez votre formulaire"></input> <input type="reset" value="Effacez et recommencez"></input> </form>
|
|
|
Cliquez ici
Aide supplémentaire pour le FTP ici
|
|
|