Skip to content

Commit 86cb854

Browse files
Update html.md
1 parent 5953417 commit 86cb854

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

html.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: HTML
33
description: HTML Cheat Sheet gives you a quick reference of basic HTML tags, codes and attributes and is very handy while coding.
44
created: 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 >

0 commit comments

Comments
 (0)