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>
<!-- Navigation (Stays on Top) -->
<div class="w3-top w3-bar w3-black">
<a href="#home" class="w3-bar-item w3-button">Home</a>
<a href="#about" class="w3-bar-item w3-button">About</a>
<a href="#members" class="w3-bar-item w3-button">Members</a>
<a href="#contact" class="w3-bar-item w3-button">Contact</a>
</div>
<!-- Start Content -->
<div id="home" class="w3-content">
<!-- Image -->
<img src="img_la.jpg" alt="The Band" style="width:100%">
<!-- End Content -->
</div>
</body>
<!-- Mirrored from www.w3schools.com/w3css/tryit.asp?filename=tryweb_band_navigation by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:50:40 GMT -->
</html>