class Phlex::HTML

def doctype

def doctype
	@_target << DOCTYPE
	nil
end