+#+end_src
+
+** HTML attributes
+
+The =attr= function of the =lquery= s-expression allows customization of any valid HTML node attribute. The following example sets two attributes of an anchor tag:
+- =href=, which uses the =eval= function to evaluate some lisp call
+- =target= which only has a value when the variable =framesetp= is true
+
+#+begin_src html
+
+#+end_src