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>

<form class="w3-form w3-card-4 w3-margin" action="form.asp">

<h2>Input Form</h2>

<p><input class="w3-input" type="text" placeholder="Name"></p>
<p><input class="w3-input" type="text" placeholder="Email"></p>
<p><textarea class="w3-input" placeholder="Subject"></textarea></p>
<p><button class="w3-btn">Register</button></p>

</form>

</body>
</html>


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