Page is a not externally linkable
Fotiman - 2:49 pm on Nov 1, 2012 (gmt 0)
Yeah, use an HTML 5 DOCTYPE, even if you don't use any of the new HTML 5 features. HTML 5 is a superset of HTML 4.01, so any valid HTML 4.01 document can use an HTML 5 doctype. Also, the HTML 5 DOCTYPE is so much easier to remember. :)
<!DOCTYPE html>