I am using
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
in my web pages.
I remember reading in one of those XHTML vs HTML questions that one of the (small) advantages of using HTML is, a shorter DOCTYPE like
<!DOCTYPE html>
Can I use some shorter version like that and specify HTML 4.01 Strict?
If I simply use the short version, what will it be taken as? - Strict, Transitional?