0
0

More than 3 years have passed since last update.

View 疑問 備忘録

Last updated at Posted at 2020-10-19

基礎

参考 https://wemo.tech/79

<!DOCTYPE html>
<html>
    <head>
        <!-- ファイル・スクリプトの読み込みや、様々なメタ情報 -->
    </head>
    <body>
        <!-- 実際に表示される内容 -->
    </body>
</html>

bootstrap

雛形

グリットシステム

div class=row以下に
https://qiita.com/akatsuki174/items/53b7367b04ed0b066bb

card

bootstrap4以降
https://webnetamemo.com/coding/bootstrap4/201711116162#panels

それ以前はpanelが使用されていた

form

HTML

lang属性 書く必要はあまりない

【HTML】metaタグ:『X-UA-Compatible』

【meta X-UA-Compatible】をわざわざ指定する必要はあまりないかもしれません。
https://www.creativevillage.ne.jp/2819

nav

container

コンテナ、範囲を定め利用しやすくするため

csrf

0
0
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
0