HTML <! Doctype html public "">
One of the new doctype declarations may be indicated as:
<!doctype html>
But recently, I came across one that was slightly different (see source at http://html5boilerplate.com/ ):
<!doctype html public "">
But I could not understand what this public part is for?
Thank.
+5