Advertisement
lacp18

selecciones

Oct 23rd, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.15 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>
  4.                 web 1 lunes 23 de octubre de 2017
  5. </title>
  6. </head>
  7. <body>
  8.    <center>
  9.    <font size=5 >
  10.    <br><br>
  11.    <form action="/action_page.php"
  12.  
  13.   <br>
  14.    <input type="button" onclick="alert('este es un mensaje!!')" value="click para mensaje" style="width:500px; height:70px; text-align:center"/>
  15.    <br><br>
  16.  
  17.          <input list="browsers" name="browsers" style="background-color:black";>
  18.          <datalist id="browsers"  >
  19.          <option value="Internet Explorer" onclick="alert('Internet Explorer selected')"/> Internet Explorer </option>
  20.          <option value="Firefox" onclick="alert('Firefox selected')"/> Firefox   </option>
  21.          <option value="Chrome" onclick="alert('Chrome selected')"/> Chrome   </option>
  22.          <option value="Zafari" onclick="alert('Zafari selected')"/> Zafari   </option>
  23.          <br><br>
  24.          </form>
  25. </datalist>      
  26.  
  27.          
  28.          
  29.          <form action="/action_page.php" oninput="x.value=parseInt(a.value)+parseInt(b.value)">
  30.          
  31.          <input type="range" id="a" name="a" value="50"> +
  32.          <input type="number" id="b" name="b" value="50"> =      
  33.          <output name="x" for="ab"></output>
  34.          <br><br>
  35.          
  36.          fecha <br>
  37.          <input type="date" value="" max="2017-11-30" min="2017-10-01" type = "month">
  38.          <br><br>
  39.          
  40.          mes:
  41.         <input type="month">
  42.          <br><br>
  43.          
  44.          
  45.          selecciona el color
  46.          <br><br>
  47.          <input type="color" name="favcolor">
  48.                  <br><br>
  49.                  
  50.         Numero (min=1 m&aacute;x=5:)         
  51.                  <input type="number"  max="5" min="0"/>
  52.                 <br><br>
  53.         rango:
  54.         <input type="range" list="RangoDeElementos">
  55.          <datalist id="RangoDeElementos"  >
  56.          <option value="0"  label ="0%"/>
  57.          <option value="10" label ="10%"/>
  58.          <option value="20" label ="20%"/>
  59.          <option value="30" label ="30%"/>
  60.          <option value="40" label ="40%"/>
  61.          <option value="50" label ="50%"/>
  62.          <option value="60" label ="60%"/>
  63.          <option value="70" label ="70%"/>
  64.          <option value="80" label ="80%"/>
  65.          <option value="90" label ="90%"/>
  66.          <option value="100" label ="100%"/>
  67.             </datalist>      
  68.             <br><br>
  69.          <input type="submit">
  70.          
  71.          
  72.          
  73.          
  74.          </form>
  75.          
  76.  
  77. </font>
  78. </center>
  79. </body>
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement