summary refs log tree commit diff
path: root/08/question.txt
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-01-12 07:28:35 +0000
commitea3f56f4019189e0f07833d335359397700930ae (patch)
treebe02ecb33356178f61691527d84b82f4a9d3a2b2 /08/question.txt
parentrescue 7 (diff)
downloadhtml-ea3f56f4019189e0f07833d335359397700930ae.tar
html-ea3f56f4019189e0f07833d335359397700930ae.tar.gz
html-ea3f56f4019189e0f07833d335359397700930ae.tar.bz2
html-ea3f56f4019189e0f07833d335359397700930ae.tar.xz
html-ea3f56f4019189e0f07833d335359397700930ae.zip
rescue 8
Diffstat (limited to '08/question.txt')
-rw-r--r--08/question.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/08/question.txt b/08/question.txt
new file mode 100644
index 0000000..14d0c36
--- /dev/null
+++ b/08/question.txt
@@ -0,0 +1,12 @@
+Question:
+Research the date type input control. Is this input type
+supported by all major browsers? Note your findings.
+
+Answer:
+It seems to be pretty widely supported by mainstream browsers,
+though some features aren't fully implemented in certain browsers.
+
+Sources:
+1. https://caniuse.com/input-datetime
+2. https://www.w3schools.com/TAGS/att_input_type_date.asp
+3. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date#browser_compatibility