We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab55b19 commit f49f45cCopy full SHA for f49f45c
README.md
@@ -2,13 +2,13 @@ Demo: https://john-doe.neocities.org/
2
3
A website in a single HTML file. It simply uses the `#anchor` suffix and the `:target` CSS selector to show and hide pages/content.
4
5
-To create a new page, add a `<section>` with a unique `id`
+To create a new page, add a `<section>` with a unique `id`:
6
```html
7
<section id="contact">
8
Contact me!
9
</section>
10
```
11
-Then you could add a link to it inside `<nav>`
+Then you could add a link to it inside `<nav>`:
12
13
<a href="#contact">Contact</a>
14
0 commit comments