Momnteiror2m

indexHotel

Sep 6th, 2016
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.65 KB | None | 0 0
  1. <%--
  2.    Document   : index
  3.    Created on : 06/09/2016, 21:01:31
  4.    Author     : aluno
  5. --%>
  6.  
  7. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  8. <!DOCTYPE html>
  9. <html>
  10.     <head>
  11.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  12.         <title>Hotel</title>
  13.     </head>
  14.     <body>
  15.         <h1>Hotel Rumo a Tokio</h1>
  16.         <form action="controleHotel.jsp">
  17.             <div>
  18.                 Informe a quantidade de Dias<br/>
  19.                 <input type="text" name="qtdDias" value="" /><br/><br/>
  20.                 <input type="submit" value="Calcular" />
  21.             </div>
  22.         </form>
  23.     </body>
  24. </html>
Add Comment
Please, Sign In to add comment