Jump to content

there are error in my code


xbl1

Recommended Posts

Could anyone help me to find some errors from the following; Thanks :) I got some error massage from my validator;1. Comment: The lite edition missed 2 warnings that the standard or professional edition would have found.2. Comment: 0 errors, 0 warnings, 0 messages, 2 comments.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><body><h4>Cell that spans two rows:</h4><table border="1"><tr>  <th>First Name:</th>  <td>Bill Gates</td></tr><tr>  <th rowspan="2">Telephone:</th>  <td>555 77 854</td></tr><tr>  <td>555 77 855</td></tr></table></body></html>

Link to comment
Share on other sites

Could anyone help me to find some errors from the following; Thanks :) I got some error massage from my validator;1. Comment: The lite edition missed 2 warnings that the standard or professional edition would have found.2. Comment: 0 errors, 0 warnings, 0 messages, 2 comments.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><body><h4>Cell that spans two rows:</h4><table border="1"><tr>  <th>First Name:</th>  <td>Bill Gates</td></tr><tr>  <th rowspan="2">Telephone:</th>  <td>555 77 854</td></tr><tr>  <td>555 77 855</td></tr></table></body></html>

It worked for me... :) What errors do you have?
Thanks, i found it out, it missed a header
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...