Class: DapperDan::HTML::Embedded

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

Overview

embedded

img        # V - IV
iframe     # V - IV
frameset   # IV
noframes   # IV
embed      # V
object     # V - IV
param      # V - IV
applet     # IV
video      # V
audio      # V
source     # V
track      # V
canvas     # V
map        # V - IV
area       # V - IV

Direct Known Subclasses

Area, Iframe, Img, Map, Object, Param

Instance Attribute Summary

Attributes inherited from Tag

#attributes, #content

Method Summary

Methods inherited from Tag

#generate_tag_attributes, #generate_tag_name, #initialize, #to_html, #to_tag

Constructor Details

This class inherits a constructor from DapperDan::HTML::Tag