id reference
An id reference uses CSS selector syntax to reference a single DOM element by its id attribute.
id
<div _="on click add .clicked to #another-div"> Add the .clicked class to another div! </div>
#<id-value>