<main>
<article>
<h1>Sample Article Title</h1>
<p>This is a sample paragraph inside the article.</p>
</article>
</main>
HTML
格式化
支持Emmet,输入 p 后按 Tab键试试吧!
<head> ... </head>
<body>
</body>
body {
background-color: #f0f0f0;
color: #333333;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
display: flex;
min-height: 100vh;
flex-direction: column;
justify-content: space-between;
}
console.log("Hello, World!");
console.log("Hello, World!");
console.log("Hello, World!");
预览