module CGI::Html4

def doctype

The DOCTYPE declaration for this version of HTML
def doctype
  %|<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">|
end