HTML

136 阅读1分钟

VS Code 排版快捷键: Shift + Alt + F 排版,使易读

基本HTML框架:

<!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>