create_invisible_anchor {savonliquide}R Documentation

Create an HTML invisible anchor

Description

Make an element invisible so that it can only be read by screen readers

Usage

create_invisible_anchor(id, text, href = NULL)

Arguments

id

id of the anchor

text

text of the anchor

href

of the anchor. Defaults to NULL.

Value

an invisible HTML anchor element


[Package savonliquide version 0.2.0 Index]