ilovecupcakes
New member
what are are five errors in the following HTML code?
I. <html>
2. <head>
3. <title> Sample Code </title>
4. </head>
5. <!--This is some sample code for a table and a list
6. <body>
7. <table border cell spacing = "20" cell padding = "lo">
8. <th> Column 1 <Itd> <th> Column 2</td> <th> Columr~ 3</th>
9. <tr>
10. <td>Cell 1,l </td><td> </td><td>Cell 1,3<ltd>
1 1. </tr>
12. <tr>
13. <td> <ltd><td>img "dculogo.jpg"<ltd><td> </td>
14. <Itr>
1 5. <Itable>
16. <h3> A list with lower case roman numeral markers </h3>
1 7. <ol type="xU start="l On>
18. <li> One
19. <li> Two
20. <li> Three
2 I. <li> Four
22. <ti> Five
23.
24. </body>
25. </html>
and state two ways in which you could change this code to make the table in this code
more accessible to someone who is unable to view a screen. Write the necessary
code for making these changes........thanks for the help
I. <html>
2. <head>
3. <title> Sample Code </title>
4. </head>
5. <!--This is some sample code for a table and a list
6. <body>
7. <table border cell spacing = "20" cell padding = "lo">
8. <th> Column 1 <Itd> <th> Column 2</td> <th> Columr~ 3</th>
9. <tr>
10. <td>Cell 1,l </td><td> </td><td>Cell 1,3<ltd>
1 1. </tr>
12. <tr>
13. <td> <ltd><td>img "dculogo.jpg"<ltd><td> </td>
14. <Itr>
1 5. <Itable>
16. <h3> A list with lower case roman numeral markers </h3>
1 7. <ol type="xU start="l On>
18. <li> One
19. <li> Two
20. <li> Three
2 I. <li> Four
22. <ti> Five
23.
24. </body>
25. </html>
and state two ways in which you could change this code to make the table in this code
more accessible to someone who is unable to view a screen. Write the necessary
code for making these changes........thanks for the help
