HTML & CSS

1 Minute HTML CSS Tutorials

Learn basic HTML CSS super fast. Each chapter is a 1-minute video (or shorter). Straight to the point, no BS.       PLAYLIST If you prefer to go through all videos continuously, here’s the entire playlist -> 1 Minute HTML CSS Series   BASIC HTML 1) Getting Started YouTube Notes 2) HTML Tags &

1 Minute HTML CSS Tutorials Read More »

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.

1 Minute HTML CSS Part 18 – Form Text Fields Read More »