( name attrs -- tag ) (original) (raw)
Inputs
name | an XML tag name |
---|---|
attrs | an alist from names to strings |
Outputs
tag | a tag |
---|
Word description
Creates an empty tag (like ) with the specified name and tag attributes.
See also
tag, , contained-tag, open-tag
Definition