Edit This Code:
<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../lib/w3.css">
<body class="w3-container">

<h2>Buttons</h2>

<input type="button" class="w3-btn" value="Input Button">

<button class="w3-btn">Button Button</button>

<a class="w3-btn" href="tryit.asp-filename=tryw3css_buttons_all.html#">Link Button</a>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy