Module: CGI::Html5
Overview
Mixin module for HTML version 5 generation methods.
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
972 973 974 |
# File 'lib/cgi/html.rb', line 972 def doctype %|<!DOCTYPE HTML>| end |