<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="4/w3.css">
<body>
<form class="w3-container w3-card-4" action="https://www.w3schools.com/action_page.php">
<h2 class="w3-text-blue">Input Form</h2>
<p>Use any of the w3-text-color classes to color your labels.</p>
<p>
<label class="w3-text-blue"><b>First Name</b></label>
<input class="w3-input w3-border" name="first" type="text"></p>
<p>
<label class="w3-text-blue"><b>Last Name</b></label>
<input class="w3-input w3-border" name="last" type="text"></p>
<p>
<button class="w3-btn w3-blue">Register</button></p>
</form>
</body>
<!-- Mirrored from www.w3schools.com/w3css/tryit.asp?filename=tryw3css_input_label_colored by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:28:05 GMT -->
</html>