- An input element prompting a user to type in their username
- An input element for choosing the date
- An input element for choosing the color
<html>
<body>
<h4>Create an Account</h4>
<input placeholder="username">
</body>
</html>]]>An input element prompting a user to type in their username.