Search
 
SCRIPT & CODE EXAMPLE
 

HTML

etiquetas formularios html

<form action="ejemplo.php" method="get">
  <p>Nombre: <input type="text" name="nombre" size="40"></p>
  <p>Año de nacimiento: <input type="number" name="nacido" min="1900"></p>
  <p>Sexo:
    <input type="radio" name="hm" value="h"> Hombre
    <input type="radio" name="hm" value="m"> Mujer
  </p>
  <p>
    <input type="submit" value="Enviar">
    <input type="reset" value="Borrar">
  </p>
</form>
Comment

PREVIOUS NEXT
Code Example
Html :: typo3 typoscript page uid to body tag 
Html :: bootstrap country flag dropdown 
Html :: ul html 
Html :: edit box with a drop-down list 
Html :: dark blue html code 
Html :: google colab to html 
Html :: how to pass the current url to beautiful soup html 
Html :: page auto refresh 
Html :: html video fallback 
Html :: shopify custom html image tag src attribute 
Html :: select default value 
Html :: variables in html 
Html :: svelte bind store to input 
Html :: links in html 
Html :: how to make a div responsive in css 
Html :: html select color 
Html :: the use of span tag 
Html :: event in react 
Html :: html meta redirect to another page 
Html :: how to disable tabindex 
Html :: how to update html before alert 
Html :: Disabled href tag 
Html :: html italic 
Html :: ion select 
Html :: use disabled= in button 
Html :: <marquee</marquee tag 
Html :: country select in bootstrap form 
Html :: table bootstrap dark 
Html :: vs code html formatter 
Html :: html table fixed first column 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =