John Doe

screenshot of John Doe

A simple way to make HTML websites

Overview

This product is a single HTML file website that leverages the #anchor suffix and the :target CSS selector to display and hide pages or content. Users can easily create new pages by adding a <section> with a unique id and link to it within the navigation.

Features

  • Single HTML File: Entire website contained within a single HTML file for easy distribution and accessibility.
  • Navigation with #Anchor Suffix: Utilizes #anchor suffix in navigation links to display specific content within the page.
  • Dynamic Page Creation: Easily create new pages by adding <section> with unique ids and linking them in the nav.

Summary

This product offers a simple yet effective way to create a website using only a single HTML file. By leveraging the #anchor suffix and :target CSS selector, users can easily navigate through different pages or content within the same file. Additionally, the straightforward process of adding new pages by creating <section> elements with unique ids makes it user-friendly and accessible for beginners.