About 50 results
Open links in new tab
  1. How do I add multiple pages to my html website in notepad?

    May 7, 2020 · I am trying to code a simple html/css website on notepad, without using any other tools. I know how to link a page, and add a image, but I don't know how to have multiple pages …

  2. Multiple distinct pages in one HTML file - Stack Overflow

    Can I create a single HTML file that embeds simple static HTML for both pages but only displays one at a time? My actual pages are of course more complicated with images, tables and …

  3. How can I reuse a navigation bar on multiple pages?

    I just finished making my home/index.html page. To keep the nav bar where it is, and have it stay while users click through all my pages. Do I have to copy and paste the nav code to the top of …

  4. Make header and footer files to be included in multiple html pages

    Sep 10, 2013 · Closed 4 months ago. I want to create common header and footer pages that are included on several html pages. I'd like to use javascript. Is there a way to do this using only …

  5. javascript - Multiple pages in one html page - Stack Overflow

    Oct 10, 2013 · 3 Looking to be able to put multiple distinct pages into one html page similar to the code shown below that was posted in this post: Multiple distinct pages in one HTML file …

  6. How do I setup a multi page app using vite? - Stack Overflow

    Nov 16, 2023 · add vite.config.js file with configuration for multiple entry points (check the attached stackblitz link) add new files: login/index.html; login/login.js (check the attached …

  7. html - How do i create and link another webpage with Visual …

    Jan 14, 2020 · However I would like to have multiple pages, that links back and forth with a click of a button, how do I have multiple pages? Do I have to code all the pages in the same …

  8. Is it good idea to make separate CSS file for each HTML page?

    May 31, 2015 · For small websites, I think one CSS file could be enough for multiple HTML pages. But for larger ones, you can consider using multiple CSS files as it could help your web site to …

  9. javascript - multiple pages in Vue.js CLI - Stack Overflow

    Aug 5, 2018 · Am I supposed to create multiple html files where the index.html by default is? In a simple file structure with css js img folder and html files as pages I know that creating another …

  10. css - how to create multiple pages in html - Stack Overflow

    Can someone please inform me the code to create multiple webpages in HTML? I have the homepage completely finished, however I do not know how I can branch off from there and …