One of the new doctype declarations can be specified as:
<!doctype html>
But recently I came across one which was slightly different (view source on http://html5boilerplate.com/):
<!doctype html public "">
But I couldn't figure what is it for, public part?
Thanks.