class
HTML::Tag
v3.2.1 -
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_controller/vendor/html-scanner/html/node.rb
- actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb