Shortcut Key to create HTML skeleton using Visual Studio Code or VS Code

Long Answer
Views 8537

Answer:

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>

Related Articles:

This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of HTML 5, click the links and dive deeper into this subject.

Join Our telegram group to ask Questions

Click below button to join our groups.