class
HTML::Tag
v4.0.2 -
Show latest stable
- Superclass: Node
A Tag is any node that represents markup. It may be an opening tag, a closing tag, or a self-closing tag. It has a name, and may have a hash of attributes.
Attributes
| [R] | attributes |
| [R] | closing |
| [R] | name |
Files
- actionpack/lib/action_view/vendor/html-scanner/html/node.rb
- actionpack/lib/action_view/vendor/html-scanner/html/selector.rb