Files
AI/참고/playwright-main/tests/assets/headings.html
2026-05-12 19:40:31 +09:00

15 lines
179 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Headings</title>
</head>
<body>
<h1>Title</h1>
<h2>Subtitle</h2>
<h3>Subsubtitle</h3>
<h2>Subtitle</h2>
</body>
</html>