I am trying to understand if it is possible to insert the HTML title=
attribute (not necessarily inside an <abbr>
tag) within an RMarkdown document (e.g. a blog post written through blogdown
)
From W3C: the title attribute specifies extra information about an element. The information is most often shown as a tooltip text when the mouse moves over the element.
The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.
Couldn't find anything regarding using in in RMarkdown tho