john doe
1.0.0
示範:https://john-doe.neocities.org/
單一 HTML 文件中的網站。它只是使用#anchor
後綴和:target
CSS 選擇器來顯示和隱藏頁面/內容。
若要建立新頁面,請新增具有唯一id
的<section>
:
< section id =" contact " >
Contact me!
</ section >
然後您可以在<nav>
內添加指向它的連結:
< a href =" #contact " > Contact </ a >