Tools External
Webtools External

Emmet - IDE Code Assistant

Get code templates using shortcuts in IDEs

Emmet IDE assistance

1) ! - HTML Template

Description

Create the skeleton HTML file template

Code

Emmet
HTML Output
Copy
!
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
</head>
<body>
  
</body>
</html>

Output

image description

References: