1type "!" (exclamation mark) and press enter in vs code.
2
3//below code will be generated
4<!DOCTYPE html>
5<html lang="en">
6<head>
7 <meta charset="UTF-8">
8 <meta name="viewport" content="width=device-width, initial-scale=1.0">
9 <title>Document</title>
10</head>
11<body>
12
13</body>
14</html>
1html skeleton shortcut vs code” Code Answer's
2type "!" (exclamation mark) and press enter in vs code.