This suite of functions are used for producing specific
HTML tags, in complement to those imported from the htmltools package.
style: in-line style.
ol: ordered list.
ul: unordered list.
li: list element.
b: bolded text.
u: underlined text.
small: small text.
big: big text.
center: center-justified text.
style(...)ol(...)
ul(...)
li(...)
b(...)
u(...)
small(...)
big(text = NULL)
center(text = NULL)
attributes and children of the element
text to wrap in the tag
HTML tagged elements