Backstory Coding!!
written by rae.
Anyone bored with their backstory? Read this book to learn how to upgrade to your profile.
Last Updated
05/31/21
Chapters
25
Reads
2,331
ˡᵒᵃᵈⁱⁿᵍ ˡᵒᵃᵈⁱⁿᵍ ˡᵒᵃᵈⁱⁿᵍ
Chapter 16
Loading Bar
✰ Copy/paste dis code:
<*label for="*file">Loading Backstory...</label*>
<*progress* id="file" value="*67" *max="*100*"> 67% <*/*progress*>
✰ You know the next step... (remove asterisks *)
✰ You can adjust how much the loading bar has loaded by changing the 67% and value=“67” to another percentage. For example 20% and value=“20”.
✰ This is what the result looks like:
<label for="file">Loading Backstory...</label>
<progress id="file" value="67" max="100"> 67% </progress>