powered by
html(..., file = "")
makeHTMLTag
html( h1("Welcome!"), div(class="header", table( tr( td("nested elements are ok") ) ) ), footer(class="foot", "HTML5 footer") )
Run the code above in your browser using DataLab