VS Code layout shortcut: Shift + Alt + F layout, easy to read

Basic HTML framework:

<! DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Welcome to Bethany's Pie Shop</title> <meta name="author" content="Gill"> <meta name="description" content="Store front for Bethany's Pie Shop"> <meta name="viewport=" content="width=device-width, initial-scale=1"> </head> <body> </body> </html>Copy the code