Answers for "html prettify vscode"

20

html skeleton shortcut vs code

type "!" (exclamation mark) and press enter in vs code.

//below code will be generated
<!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>
Posted by: Guest on July-18-2020
1

beautify command vscode

Windows: Shift + Alt + F
Posted by: Guest on December-27-2020
0

beautify html code in vscode

Use the Prettier extension in VS Code
Posted by: Guest on September-06-2021

Browse Popular Code Answers by Language