- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasicStructure.html
More file actions
Latest commit
15 lines (15 loc) · 595 Bytes
/
Copy pathbasicStructure.html
File metadata and controls
15 lines (15 loc) · 595 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<HTML>
<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 into several sub-headings</p>
<h2>This is a Sub-Heading</h2>
<p>Many long articles have sub-headings 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>