HTML - Build a Website
This course covers the basics of building a website using HTML. Work your way through the videos/articles and I'll teach you everything you need to know to create a basic website!

Inputs & Forms

Lesson 14
Author : GOUP
Last Updated : September, 2020


Code

Copy<input type="text" />
<input type="password" />
<input type="number" />
<input type="checkbox" />
<input type="color" />
<input type="date" />
<input type="email" />
<input type="file" />
<input type="radio" />
<input type="submit" />
<input type="time" />
<input type="url" />