Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>The Band</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="4/w3.css">
<script src="../lib/w3.js"></script>
<body>
<!-- Start Content -->
<div id="home" class="w3-content">
<!-- Contact -->
<div id="contact" class="w3-container w3-center w3-padding-32">
<h2 class="w3-wide">CONTACT</h2>
Chicago, US<br>
Phone: +00 151515<br>
Email: mail@mail.com<br>
<p class="w3-opacity w3-center"><i>Fan? Drop a note!</i></p>
<form action="https://www.w3schools.com/action_page.php" target="_blank">
<input class="w3-input" type="text" placeholder="Name" required name="Name">
<input class="w3-input" type="text" placeholder="Email" required name="Email">
<input class="w3-input" type="text" placeholder="Message" required name="Message"><br>
<button class="w3-button w3-black" type="submit">SEND</button>
</form>
<br>
<img src="map.jpg" class="w3-image" style="width:100%">
<p class="w3-center w3-padding">Powered by <a href="default.html" title="W3.CSS" target="_blank">w3.css</a></p>
</div>
<!-- End Content -->
</div>
</body>
<!-- Mirrored from www.w3schools.com/w3css/tryit.asp?filename=tryweb_band_contact by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:50:41 GMT -->
</html>