Input

Input boxes can be used to take inputs like email and password from the user



          
            <!-- Input for text -->
            <input class="input" type="text" placeholder="Enter your email...." />
            
            <!-- Input for password -->
            <input type="password" class="input" placeholder="Enter your password...." />