Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

input要素(type属性 = tel)

電話番号用の入力フィールドを表します。

使用例

<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello! HTML5></title>
<meta charset="UTF-8">
</head>
<body>
    <form action="hoge.cgi" method="post">
        <p>
            電話番号:<input type="tel" id="tel" />
            <input type="submit" value="送信" />
        </p>
    </form>
</body>

レンダリング

レンダリングも機能上もtextタイプのinput要素と変わりません。