Templates de HTML com Emmet Abbreviation


  1. Criar um arquivo .html

  2. Digitar ! no arquivo e em seguida apertar ENTER

  3. Como resultado, o Emmet deve entregar um template parecido com:

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

Referências