Page is a not externally linkable
Digmen1 - 7:51 am on Jan 22, 2013 (gmt 0)
Just wondering which is the best Doctype statement to use for the average website these days?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
or
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Thanks