File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 22title : HTML
33description : HTML Cheat Sheet gives you a quick reference of basic HTML tags, codes and attributes and is very handy while coding.
44created : 2020-06-17
5- updated : 2022-10-05
5+ updated : 2022-10-09
66---
77
88## Sample program
@@ -165,6 +165,10 @@ List the entries like in a dictionary or encyclopedia.
165165| ` <input type = "checkbox"> ` | To define a checkbox |
166166| ` <input type = "file"> ` | To define a file upload box|
167167| ` <input type = "range"> ` | To define a range slider control|
168+ | ` <input type = "color"> ` | To define a color picker interface|
169+ | ` <input type = "reset"> ` | To define a reset button|
170+ | ` <input type = "email"> ` | To define a single-line email input field|
171+ | ` <input type = "datetime-local"> ` | To define a single-line Date and time input field|
168172
169173``` html
170174 <form >
You can’t perform that action at this time.
0 commit comments