1 Minute HTML CSS Part 18 – Form Text Fields

LIST OF TEXT FIELDS IN HTML CSS

  • <input type="text"> Generic text field. Take note, single line only.
  • <input type="email"> Email.
  • <input type="tel"> Telephone number.
  • <input type="url"> URL.
  • <input type="password"> Password.
  • <input type="number"> Numbers only.
  • <textarea></textarea> Also a text field. Take note, multiple lines accepted.