1
2

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.

HTMLで簡単にコードを書く方法

Posted at

HTMLで簡単にコードを書く方法について書いていきます。(VSCode使用)

1 .hhと入力し、エンターを押すと、hhクラスができる。

2 .hh*3でエンターを押すとhhクラスが3つできる(*3が×3をしているため)

3 ul.hhで、エンターを押すと、ulのhhクラスができる

4 シャープ + hhでエンターを押すとid属性のhhができる

5 ! でエンターを押すとhead,bodyなどの枠を作成できる

6 link:cssでエンターを押すとlink relとhrefがデフォルトで作成できる

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?