Html::Elem
# File misc/txt2html.rb, line 236 def initialize(href) super('link', {'rel'=>'stylesheet', 'type'=>'text/css', 'href'=>href}, false) end