Advertisement
rodolpheg

Untitled

Feb 2nd, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Ma page</title>
  5. <meta charset="UTF-8">
  6. <style>
  7. /* Intructions CSS ici*/
  8. </style>
  9. </head>
  10. <body>
  11.  
  12. <form>
  13. <input id="num"type="text"name="Numéro du cours"value="717">
  14. <button id="envoyer"type="button">Soumettre</button>
  15. </form>
  16.  
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement