mymotherland
mymotherland

Reputation: 8228

Getting w3validation error

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.

Upvotes: 1

Views: 170

Answers (1)

red-X
red-X

Reputation: 5128

Space between " and title should do it.

Upvotes: 3

Related Questions