issue211.html 471 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Index page</title>
  5. <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
  6. </head>
  7. <body>
  8. <form action="#">
  9. <p>
  10. <label for="phone">Téléphone</label>
  11. <input type="text" name="phone" id="phone" />
  12. </p>
  13. <p>
  14. <label for="daphone">DaPhone</label>
  15. <input type="text" name="daphone" id="daphone" />
  16. </p>
  17. <input type="submit" value="Send" />
  18. </form>
  19. </body>
  20. </html>