powered by
Create a HTML document preconfigured to load Bootstrap5 from the CDN
bs_doc(head = NULL, body)
A string of HTML that will be passed to the html5::head() function.
A string of HTML that will be passed to the html5::body() function
A string of HTML.
# NOT RUN { bs_doc( body = div(h1("Hello"), p("Welcome to this page.")) ) # }
Run the code above in your browser using DataLab