2021-03-01から1ヶ月間の記事一覧

html5 テンプレート

<html> <head> <meta charset="utf-8"> <title>Webページ</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> </body> </html>

テーブルの表示 練習

form action属性で送信先のプログラムのパスを指定できる。 method属性で転送方法を指定できる。基本的にはpostかgetを指定する。 input required属性を指定すると入力必須であることを知らせることができる。 See the Pen フォーム 練習 by kilo7998 (@kilo…

リストの練習

See the Pen リストの練習 by kilo7998 (@kilo7998) on CodePen.

tableの練習

See the Pen tableの練習 by kilo7998 (@kilo7998) on CodePen.