0
0

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

###雛形
https://getbootstrap.jp/docs/4.5/getting-started/introduction/

###グリットシステム
div class=row以下に
https://qiita.com/akatsuki174/items/53b7367b04ed0b066bb

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

それ以前はpanelが使用されていた
###form
https://qiita.com/AquaMeria/items/fe3fd9ebeb4c7171da3b

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?