1
0

Doctype宣言の呼び出しショートカットキー

Posted at

Doctype宣言の呼び出しショートカットキー

Doctype宣言とは↓これのことです。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    
</body>
</html>

結論から言うと、「!」を押してTabキーを押す。
これだけです。簡単ですね。

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