🧀 Extra Cheesy Coding #2! 👨💻
This is the second extra cheesy coding! The last one was over a year ago. Today, I will teach you about inputs!
There are many different types of inputs, like:
Text Input
<input type="text">
Number Input
<input type="number">
Colo(u)r Input
<input type="color">
Checkbox Input
<input type="checkbox">
Other Input Types
Other Input Types Code
<input type="date" />
<input type="datetime-local" />
<input type="email" />
<input type="file" />
<input type="hidden" />
<input type="image" />
<input type="month" />
<input type="password" />
<input type="radio" />
<input type="range" />
<input type="reset" />
<input type="search" />
<input type="submit" />
<input type="tel" />
<input type="url" />
<input type="week" />
Cool post!
ReplyDelete