Return To CS 100 Home

Checking Other Pages

Video Summary


Checking your new page from Replit

Unfortunately. the Replit run function always starts from the index page. You can either click the first link to view the practice page every time you click run, or:

  1. In the top right corner of your preview, click the "open in a new tab" button
  2. In the top left of the replit preview screen, there is an open in new tab button that is highlighted
  3. On this new page, go into the address bar. For any page you want to check, write "/pagename.html" behind the address. If we wanted to check our practice.html page, we write "/practice.html"
  4. In the address bar, https://cs100.devonblewett.repl.co/testing.html has been written to show the testing page instead of index
  5. Unfortunately, there can be a delay in this page being updated. You may need to refresh your Replit whenever you want to check changes as well