Because HTML is a forgiving markup language, it won't force you to write "correct" markup, but will eagerly render even faulty ones.
Fixing that is easy, just adding <tbody> to our table: And now the error is gone!
Collection
[
|
...
]
Because HTML is a forgiving markup language, it won't force you to write "correct" markup, but will eagerly render even faulty ones.
Fixing that is easy, just adding <tbody> to our table: And now the error is gone!