0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

input 要素 はブラウザ(スマートフォン含む)によってUIが変わる

Last updated at Posted at 2019-10-23

MDNに全部載っているんですけどねっていう。
https://developer.mozilla.org/ja/docs/Web/HTML/Element/Input

とはいえ type 属性でページ分かれてるのでHTML5で追加になった type属性を中心にデモを作成。

デモ

PCの主要ブラウザのほかスマートフォンでもUIが変わるのでぜひスマホでもみてください。

コード

type="color"

<input type="color" value="#ff0000">

type="date"

<input id="date" type="date">

type="month"

<input type="month">

type="month"

<input type="number">

type="range"

<input type="range">

type="time"

<input type="time">

type="week"

<input type="week">

現場からは以上です。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?