# NOT RUN {
if (interactive()) {
library(dash)
app <- Dash$new()
app$layout(
htmlDiv(list(
htmlXmp("xmp elements will be rendered in monospace font"),
htmlXmp("Note that this element is obsolete in HTML5"),
htmlA(
"See this for more details",
href = "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/xmp"
)
)
)
)
app$run_server()
}
# }
Run the code above in your browser using DataLab