How can I code cellspacing=0 so it is valid HTML5?
I have HTML looking like this:
<table class="table" style="clear: both;" width="100%" cellspacing="0">
My IDE is telling me that width and cellspacing are not valid HTML5.
Is there a way I can code this that's valid?
No comments:
Post a Comment