✏️ Explanatory Question
Process 1: typing the exclamation mark and then the enter button("!" + ENTER) to automatically give you the default HTML skeletal template.
Process 2: typing the exclamation mark and then the tab button("!" + tab) to automatically give you the default HTML skeletal template.
<!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>