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

HTML 5 >   Introduction to HTML5 >   First Page in HTML  

Short Question

9407


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>


This Particular section is dedicated to Question & Answer only. If you want learn more about HTML 5. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.