<html>
<body>
<form action="http://www.example.com/login/" method="post">
<label for="username">Username:</label>
<input type="text" name="username" required="required" /><br />
<label for="password">Password:</label>
<input type="password" name="password" required="required" />
<input type="submit" value="Submit" />
</form>
<form action="http://www.example.com/bookings/" method="post">
<label for="username">Departure date:</label>
<input type="date" name="depart" />
<input type="submit" value="Submit" />
</form>
<form action="http://www.example.org/subscribe.php">
<p>Please enter your email address:</p>
<input type="email" name="email" />
<input type="submit" value="Submit" />
</form>
<form action="http://www.example.org/profile.php">
<p>Please enter your website address:</p>
<input type="url" name="website" />
<input type="submit" value="Submit" />
</form>
<form action="http://www.example.org/search.php">
<p>Search:</p>
<input type="search" name="search" />
<input type="submit" value="Search" />
</form>
<form action="http://www.example.org/search.php">
<p>Search:</p>
<input type="search" name="search" placeholder="Enter keyword" />
<input type="submit" value="Search" />
</form>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d24387.213292701188!2d-103.31496526436386!3d20.734263989669948!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8428b03c41291c7d%3A0x1401864b9b8ac384!2sDivas%20Bar!5e0!3m2!1ses-419!2smx!4v1584061981686!5m2!1ses-419!2smx" width="450" height="350" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</body>
</html>
No hay comentarios:
Publicar un comentario