Thijs van Beek
Results
3
comments of
Thijs van Beek
FYI, I propose to use the `` element in favor of the Bootstrap implementation where they use a div element with class `.progress`. Pros 1. Using `` is semantically correct...
> > You mention in the cons that a value can be added in the progress ``, but it can also be done with the `` element https://www.w3schools.com/tags/tag_progress.asp – and...