Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title> Série de Fibonacci</title>
  5. <meta charset="utf-8">
  6.  
  7. <style>
  8. body
  9. {
  10. background: rgba(74, 32, 172, 0.31);
  11. font: "Times new Roman", Verdana, Arial;
  12. text-decoration: none;
  13. text-shadow: 1px 1px 1px;
  14. color: #000000;
  15. text-align: center;
  16. font-weight: 200px;
  17. font: 22px;
  18. }
  19. a
  20. {
  21. text-decoration: none;
  22. color: #006699;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. <h1>Questão número 1 , prova 2</h1>
  28. <form action="prova2questao1.php">
  29. <label>Informe a posição da série</label>
  30. <br/>
  31. <input type="text" name="posicao" size="5" />
  32. <br/>
  33. <input type="submit" value="Enviar">
  34.  
  35. </form>
  36.  
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement