Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<h2>Text Input Example</h2>
<form>
Name:<br>
<input type="text" name="name">
<br>
Surname:<br>
<input type="text" name="surname">
</form>
</body>
</html>