
Untitled
By: a guest on
Jul 29th, 2012 | syntax:
None | size: 0.68 KB | hits: 8 | expires: Never
Why is my website working perfectly in FF but not in Chrome/IE?
Line 1, Column 2: Element head is missing a required instance of child element title.
Line 2, Column 15: Stray doctype.
<!DOCTYPE html>
Line 4, Column 43: Stray end tag html.
<html xmlns="http://www.w3.org/1999/xhtml">
Line 1, Column 2: Element head is missing a required instance of child element title.
Line 2, Column 15: Stray doctype.
<!DOCTYPE html>
Line 4, Column 43: Stray end tag html.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html>
<head>
<title>...</title>
...