目次:

若手SE向け研修

HTML5

会員管理システム

<html>
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>会員管理</title>
    </head>
    <body>
        <h1>会員管理</h1>
        <p>会員情報を入力してください。</p>
        <form>
            <p>氏名:<input type="text" size="20"></p>
            <p>住所:<input type="text" size="20"></p>
            <p>電話番号:<input type="text" size="10"></p>
            <input type="button" value="登録"/>
        </form>
    </body>
</html>

JavaScript

DOM

CSS

jQuery


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS