module CGI::Html4Fr

def doctype

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