mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-22 20:01:33 +00:00
25 lines
725 B
HTML
25 lines
725 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Chapter 1</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>This is the Main Heading</h1>
|
|
<p>This text might be an introduction to the rest of
|
|
the page. And if the page is a long one it might
|
|
be split up into several sub-headings.
|
|
<p>
|
|
<h2>This is a Sub-Heading</h2>
|
|
<p>Many long articles have sub-headings so to help
|
|
you follow the structure of what is being written.
|
|
There may even be sub-sub-headings (or lower-level
|
|
headings).</p>
|
|
<h2>Another Sub-Heading</h2>
|
|
<p>Here you can see another sub-heading.</p>
|
|
</body>
|
|
|
|
</html> |