Getting w3validation error
Posted
by
Dinesh
on Stack Overflow
See other posts from Stack Overflow
or by Dinesh
Published on 2011-11-21T09:43:11Z
Indexed on
2011/11/21
9:51 UTC
Read the original article
Hit count: 357
I am trying to validate my page and getting the following w3 validation error for the following line,
<li ><a href="javascript:void(0);"title="Test 33">Test 33</a>
- attributes construct error
- Couldn't find end of Start Tag a line .....
- Opening and ending tag mismatch: li line ... and a
I am using following doctype <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Whats wrong with code ? Kindly advice on this.
© Stack Overflow or respective owner