Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.68 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Why is my website working perfectly in FF but not in Chrome/IE?
  2. Line 1, Column 2: Element head is missing a required instance of child element title.
  3.  
  4. Line 2, Column 15: Stray doctype.
  5. <!DOCTYPE html>
  6.  
  7. Line 4, Column 43: Stray end tag html.
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9.        
  10. Line 1, Column 2: Element head is missing a required instance of child element title.
  11.  
  12. Line 2, Column 15: Stray doctype.
  13. <!DOCTYPE html>
  14.  
  15. Line 4, Column 43: Stray end tag html.
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17.        
  18. <head>
  19.               <!DOCTYPE html>
  20.  
  21.                                            <html xmlns="http://www.w3.org/1999/xhtml">
  22.        
  23. <!DOCTYPE html>
  24. <html>
  25. <head>
  26. <title>...</title>
  27. ...