T
Tony Rawlings
line 34 column 1 - Warning: <table> lacks "summary" attribute
line 42 column 1 - Warning: <table> lacks "summary" attribute
line 58 column 1 - Warning: <table> lacks "summary" attribute
line 63 column 1 - Warning: <table> lacks "summary" attribute
line 89 column 1 - Warning: <table> lacks "summary" attribute
line 354 column 1 - Warning: <table> lacks "summary" attribute
6 warnings/errors were found!
The table summary attribute should be used to describe
the table structure. It is very helpful for people using
non-visual browsers. The scope and headers attributes for
table cells are useful for specifying which headers apply
to each table cell, enabling non-visual browsers to provide
a meaningful context for each cell.
This is my line of code, where do I install summary attribute please?
<table border="0" style="border-collapse: collapse" width="100%"
Thanks
line 42 column 1 - Warning: <table> lacks "summary" attribute
line 58 column 1 - Warning: <table> lacks "summary" attribute
line 63 column 1 - Warning: <table> lacks "summary" attribute
line 89 column 1 - Warning: <table> lacks "summary" attribute
line 354 column 1 - Warning: <table> lacks "summary" attribute
6 warnings/errors were found!
The table summary attribute should be used to describe
the table structure. It is very helpful for people using
non-visual browsers. The scope and headers attributes for
table cells are useful for specifying which headers apply
to each table cell, enabling non-visual browsers to provide
a meaningful context for each cell.
This is my line of code, where do I install summary attribute please?
<table border="0" style="border-collapse: collapse" width="100%"
Thanks