Baseline appearance of native HTML elements after Beautify normalize is applied.
src/normalize.css in the @layer base.border-box makes width/height include padding and border.
Default body margin is removed — no white edge around the page.
The quick brown fox jumps over the lazy dog
System UI font with CJK fallback.
b tag bold
strong tag bold
Both use font-weight: bolder.
Italic text
Emphasized text
EM强调文本
Underlined, Inserted, Deleted, Strikethrough
This is highlighted text using the mark tag.
Inline code: npm install
Keyboard: Ctrl+C
Sample: output text
function hello() {
console.log("monospace");
}
function hello() {
console.log("monospace");
}
Normal text
Small text (80%)
H2O is water
E = mc2
Sub and sup do not affect line height.
CSS stands for Cascading Style Sheets.
The Elements of Style — a citation example.
《论语》 — 子曰:学而时习之,不亦说乎。
HTML is the standard markup language for web documents.
HTML 是基本标签.
This is a blockquote. It inherits the base font size and line height.
| # | City | Population |
|---|---|---|
| 1 | Beijing | 21.8M |
| 2 | Shanghai | 24.7M |
| 3 | Shenzhen | 17.6M |
Download progress: 70%
Disk usage:
Memory:
This content is hidden by default.
Images are max-width: 100% and height: auto.
Horizontal rule rendered as a 1px solid line with border color.