A
Anton
hi
asp.net 3.5
the master page of my webproject has this doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
But when validating my page using w3.org, it says I have to change doctype
to
"XHTML 1.0 Transitional"
Not sure what I need to change in the first doctype above, is it
<!DOCTYPE html PUBLIC "XHTML 1.0 Transitional"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
any suggestions?
asp.net 3.5
the master page of my webproject has this doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
But when validating my page using w3.org, it says I have to change doctype
to
"XHTML 1.0 Transitional"
Not sure what I need to change in the first doctype above, is it
<!DOCTYPE html PUBLIC "XHTML 1.0 Transitional"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
any suggestions?