You are on page 1of 1

<!

DOCTYPE html>
<html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/3/w3.css">
<body>

<nav class="w3-bar w3-black">


<a href="#home" class="w3-button w3-bar-item">Home</a>
<a href="#band" class"w3-button w3-bar-item">band</a>
<a href="#tour" class"w3-button w3-bar-item">tour</a>
<a href="#contact" class=w3-button w3-bar-item">Content</a>
</nav>

</body>
</html>

You might also like