Class: DapperDan::HTML4Transitional

Inherits:
HTML
  • Object
show all
Defined in:
lib/dapper-dan/tags/html4.rb

Constant Summary

DOCTYPE =
%q{<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">}

Constants inherited from HTML

DapperDan::HTML::DEFAULTS

Instance Attribute Summary

Attributes inherited from HTML

#content, #document, #options, #parent

Method Summary

Methods inherited from HTML

#abbreviation, #address, #area, #base, #blockquote, #body, #bold, #break, #button, #caption, #cite, #code, #column_group, #definition, #definition_group, #definition_list, #delete, #div, #emphasis, #fieldset, #form, generate, #h1, #h2, #h3, #h4, #h5, #h6, #head, #iframe, #image, #initialize, #inline_style, #input, #insert, #italics, #item, #keyboard, #label, #legend, #line, #link, #map, #menu, #meta, #noscript, #object, #option, #option_group, #ordered_list, #para, #param, #preformatted, #quote, #sample, #script, #select, #small, #span, #strike, #strong, #sub, #sup, #table, #table_body, #table_cell, #table_cell_head, #table_foot, #table_header, #table_row, #tag, #term, #textarea, #title, #to_html, #underline, #unordered_list, #validate, #variable

Constructor Details

This class inherits a constructor from DapperDan::HTML