span
[span, (style), (class), (id), (onclick), (dataid), (events), (data)]…[spanend]
with keys
[span, (style=, class=, id=, onclick, dataid, events, data)]…[spanend]
Create a span with css-styles, class, id.
Parameters
style - optional css-styles formatting
class - optional class name
id - optional id attribute
onclick - optional click handler
dataid - optional data-id attribute
events - optional event handlers
data - optional data- attributes
See Also
css-stylessystem/classes[div][html]Examples
Example#1 highlight text
Text with a [span,style=font-weight:bold;color:#ff0000;]highlight[spanend] here
Output:
Text with a highlight here
Notes