When using IE Browser for my website, it gives a warning : Invalid HTML5 DOCTYPE. Consider using the interoperable form "<!DOCTYPE html>". : So Should I change the header from :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
to
<!DOCTYPE html> ? or is this a quirk in IE10? Other browsers don't give that warning.