Module: CGI::Html4Fr
Overview
Mixin module for generating HTML version 4 with framesets.
Instance Method Summary collapse
- 
  
    
      #doctype  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
The DOCTYPE declaration for this version of HTML.
 
Methods included from TagMaker
#nOE_element, #nOE_element_def, #nO_element, #nO_element_def, #nn_element, #nn_element_def
Instance Method Details
#doctype ⇒ Object
The DOCTYPE declaration for this version of HTML
      945 946 947  | 
    
      # File 'lib/cgi/html.rb', line 945 def doctype %|<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">| end  |