# File lib/markaby/builder_tags.rb, line 59 def html5(attrs = {}, &block) self.tagset = Markaby::HTML5 html5_html(attrs, &block) end