HTML Progress Bar Generator
Generate a <progress> bar — set the max/current value, an optional label, and indeterminate (loading) mode, then copy the ready-to-use HTML. Free, instant, no AI involved.
Input
Settings
The progress bar shows a loading state with no known value.
Add custom CSS classes to the element. Separate multiple classes with spaces.
Output
Guides
Build a ready-to-paste <progress> bar — set the max/current value, an optional label, and indeterminate (loading) mode, then copy the generated HTML.
Runs entirely in your browser: no AI call, no credits, no network round-trip. The output updates instantly as you type.
How to use it
- Set Max Value and Current Value (or leave the defaults).
- Optionally add a Label, or check Indeterminate for a loading-state bar with no known value.
- Copy or download the generated HTML.
Why is there no live preview?
The output is real, unsanitized markup — rendering it directly on the page isn't safe. Paste the code into your own page to see it in context.
More ways to use this tool
REST API
curl -X POST https://api.iotools.cloud/v1/tool/html-generator/progress \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"customMax": "100",
"customValue": "35",
"customLabel": "",
"customIndeterminate": "",
"customClasses": ""
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `html-generator__progress` tool (HTML Progress Bar Generator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.
Embed widget
<iframe
src="https://iotools.cloud/embed/html-generator/progress/"
width="100%" height="520" frameborder="0" scrolling="no" loading="lazy"
title="HTML Progress Bar Generator — iotools.cloud"
sandbox="allow-scripts allow-forms allow-same-origin allow-downloads allow-popups allow-popups-to-escape-sandbox"
allow="clipboard-write"
style="width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden"></iframe>
<script src="https://iotools.cloud/embed.js" async></script>Drop this into your own page — free, no key required, just a link back.
| Cost per call | From 5 credits |
|---|