diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-14 03:20:53 +0000 |
commit | 588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6 (patch) | |
tree | f1dbc0e6ff59af610a6043889606a8534ef6b1d4 /rescue/08/question.txt | |
parent | rescue 12 (diff) | |
download | html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.gz html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.bz2 html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.xz html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.zip |
rescue
Diffstat (limited to 'rescue/08/question.txt')
-rw-r--r-- | rescue/08/question.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rescue/08/question.txt b/rescue/08/question.txt new file mode 100644 index 0000000..14d0c36 --- /dev/null +++ b/rescue/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 |