The `Progress` demo uses either the standard tags found in browsers, or the `client/components/Progress.svelte` component if you want a simple custom progress meter. Your OS (or browser) should have native controls for progress, but there are two HTML tags available: 1. `` -- It shows a ... progress. 2. `` -- It shows a ... meter which is apparently...totally different? Go with whatever works for you, and if you want to altern the look then use the `` tag. In the `static/global.css` file this is listed as a `` tag to void conflicts with `` or ``.