I was just wondering when I declare a Doctype such as the following:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Is strict.dtd read from http://www.w3.org/TR/html4/ or is this just used as an obscure id to tell the browser to use strict processing?
Maybe the browser keeps the content of http://www.w3.org/TR/html4/ permanently stored locally?