nav | R Documentation |
A nav tag for creating HTML navigations
nav(class, id = NULL, role = NULL, ...)
class |
The class of the navigation container |
id |
The identification of the navigation container |
role |
The character role of the container on the page |
... |
The content of the container |
HTML content of a container with type nav
nav('sample','id1','sample','some content')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.