Formular in html

<!DOCTYPE html>

	<head>
		<meta charset="utf-8">
		<title></title>
		<link rel="stylesheet" type="text/css" href="design.css">
	</head>
	<body>
    <form action ="traitement.php" method ="post/get">
        <p>
          Remplissez ce formulaire:<br>
          Nom:
      
            <input type="text" name="prenom">
        </p>
   
       <p>
       Prénom:
     
            <input type="text" name="Nom">
      </p>
              
            <p>
              Nom de la sociétée:
             <input type="text" name="Nom de ma sociétée"> <br>
            </p>
      
      <select name="requete">
            <option value= "Prendre contacte">Prendre contacte</option>
            <option value= "embaucher moi">embaucher moi</option>
            <option value="j'ai besoin d'un stagiaire">j'ai besoin d'un stagiaire<option>      
         </select> 
      
         
        
    <label>Votre message:</label><br>
         <textarea></textarea> <br>
      
    </form>
    
    <section>
    </section>
    
         <form>
           <label for="Quelle est votre CB?">
              Quelle est votre CB?
           </label>
           <input type="text" list="cartes" name="cartes">
              <datalist id="cartes">
                     <option value= "GOLD">Gold</option>
                    <option value= "Master card">Master card</option>
                    <option value= "Visa classique">Visa classique</option>
           </datalist>
    </form>
		
	</body>

4
3
Krish 100200 points

                                    &lt;form action=&quot;/action.php&quot; method=&quot;post&quot;&gt;
Name: &lt;input name=&quot;name&quot; type=&quot;text&quot; /&gt; &lt;br /&gt; 
Age: &lt;input max=&quot;99&quot; min=&quot;1&quot; name=&quot;age&quot; step=&quot;1&quot; type=&quot;number&quot; value=&quot;18&quot; /&gt; &lt;br /&gt;
&lt;select name=&quot;gender&quot;&gt;
	&lt;option selected=&quot;selected&quot; value=&quot;male&quot;&gt;Male&lt;/option&gt;
	&lt;option value=&quot;female&quot;&gt;Female&lt;/option&gt;
&lt;/select&gt;&lt;br /&gt; 
&lt;input checked=&quot;checked&quot; name=&quot;newsletter&quot; type=&quot;radio&quot; value=&quot;daily&quot; /&gt; Daily &lt;input name=&quot;newsletter&quot; type=&quot;radio&quot; value=&quot;weekly&quot; /&gt; Weekly&lt;br /&gt;
&lt;textarea cols=&quot;20&quot; name=&quot;comments&quot; rows=&quot;5&quot;&gt;Comment&lt;/textarea&gt;&lt;br /&gt;
&lt;label&gt;&lt;input name=&quot;terms&quot; type=&quot;checkbox&quot; value=&quot;tandc&quot; /&gt;Accept terms&lt;/label&gt; &lt;br /&gt;
&lt;input type=&quot;submit&quot; value=&quot;Submit&quot; /&gt;
&lt;/form&gt;

4 (3 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
formulaire html this formulaire html code html formul&auml;r simple formulaire html formular in html html formulare html formular formula html formular html Cr&eacute;er un formulaire contenant au minimum un champ de saisie de texte. Attention de ne pas oublier les attributs n&eacute;cessaire au bon fonctionnement d'un formulaire method, action et name. faire un formulaire propre html php css html page web avec forumlaire champ texte html formulaire.html remplir html comment faire un formulaire html css formulaire html exemple formulaire de recherche html form html form action html les formulaires html attribut action de la balise form pour plusieur page html form exemple &lt;prenom&gt; html html formulaire achat formulaire html css code formulaire de recherche html css js form html css code source formulaire d'inscription html faire un formulaire html formulaire de saisie html action html form html exemple formulaire html dformulaire html html formulaire adresse exemple formulaire simple html exemple formulaire html css formulaire html formulaire tml message formulaire html html formulairs forms html formulaire en html tuto pour cr&eacute;er un formulaire de recherche html insertion formulaire htmml form html ' exemple de formulaire html code &lt;form&gt; forumlaire html formulaire inscription html formulaire html balises formulaire email HTML CSS form html5 commande input html formulair html formulaire html web tuto html form post formulaires html html formulaire exemple formulaire html form html avec + formulaire html
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source