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 5 years have passed since last update.

自分用

0
Last updated at Posted at 2019-10-24

終了タグがない=空要素
input=属性 半角空白で区切る
type属性で見た目や機能を変える
name属性は見分けをつける為に名前を付ける
行番号クリックでコピー
Command Sで保存
Command Cでコピー
Command Vで貼り付け

登録する

submit=送信 登録ボタンを作ることが出来る

最初に

基本の形 h1やpで書いた文字やコードはbodyタグの中に書く headタグの中にはmetaタグやtitleタグを入れる charasetは文字コード(utf-8)を指定する物 name="viewport"はスマホのブラウザでどこからどこまで見るかを指定する物 基本はcontent="width=device-width" titleタグはウェプページのタイトルを指定する物(重要)
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?